Ejemplo n.º 1
0
 void LateUpdate()
 {
     if (currentState != null && !IsInTransition)
     {
         currentState.LateUpdate();
     }
 }