Example #1
0
 public void LateUpdate()
 {
     if (m_CurrentState == null)
     {
         return;
     }
     m_CurrentState.LateUpdate();
 }