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