private void CreateInternalActionSetForSingletonAction() { m_ActionSet = new InputActionSet { m_SingletonAction = this }; }
public static void DisableAllEnabledActions() { InputActionSet.DisableAllEnabledActions(); }