Beispiel #1
0
 public void MovePlayerTo(Vector3 position, bool faceOnDir, Action onComplete)
 {
     if (!m_playerInputEnabled.Value)
     {
         return;
     }
     m_thirdPersonController.MovePlayerTo(position, faceOnDir, onComplete);
 }