Exemplo n.º 1
0
 private void Arrive()
 {
     cachedBody.Rotation = targetRotation;
     cachedBody.UpdateLocalRotation();
     cachedBody.RotationChanged = true;
     targetReached = true;
 }