예제 #1
0
 void LateUpdate()
 {
     if (m_StateMgr != null)
     {
         m_StateMgr.Process(this, m_IsCnsState);
     }
 }