Ejemplo n.º 1
0
 // Update is called once per frame
 void FixedUpdate()
 {
     Box1.Rotate(0, 0, rotVelocity);
     Box2.Rotate(0, 0, -rotVelocity);
 }