public void FixedUpdate() { if (!Enable || m_wasShutdown) { return; } if (m_currentState != null) { m_currentState.FixedUpdateState(this); } }