Beispiel #1
0
 void Update()
 {
     if (m_movingAgent.IsFunctional() && !m_movingAgent.isDisabled() & isInUse())
     {
         m_currentState.updateStage();
     }
 }