Beispiel #1
0
 protected virtual void FixedUpdate()
 {
     if (_isPowered)
     {
         Rotator.RotateObject(Quaternion.Euler(poweredRotation));
     }
     else
     {
         Rotator.RotateObject(Quaternion.Euler(unPoweredRotation));
     }
 }