Exemplo n.º 1
0
 public void Start(InputAction actionToRebind, string groupsToRebind = null)
 {
 }
Exemplo n.º 2
0
 public static RebindOperation PerformUserRebind(InputAction action, string cancel)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 internal AddBindingSyntax(InputAction action, int bindingIndex)
 {
     this.action    = action;
     m_BindingIndex = bindingIndex;
 }