예제 #1
0
        public void FixedUpdate()
        {
            if (!Enable || m_wasShutdown)
            {
                return;
            }

            if (m_currentState != null)
            {
                m_currentState.FixedUpdateState(this);
            }
        }