Beispiel #1
0
        public void LateUpdate()
        {
            if (!Enable || m_wasShutdown)
            {
                return;
            }

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