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