Ejemplo n.º 1
0
 /// <summary>
 /// The character has arrived at the target position and the ability can start.
 /// </summary>
 private void InPosition()
 {
     // The character has arrived at the move position. Start moving.
     m_InPosition = true;
     m_MoveableObject.StartMove(m_Transform);
     m_AnimatorMonitor.DetermineStates();
 }