Esempio n. 1
0
 private void CreateInternalActionSetForSingletonAction()
 {
     m_ActionSet = new InputActionSet {
         m_SingletonAction = this
     };
 }
Esempio n. 2
0
 public static void DisableAllEnabledActions()
 {
     InputActionSet.DisableAllEnabledActions();
 }