Пример #1
0
 public void SetAxisNegativeState()
 {
     CrossPlatformInputManager.SetAxisNegative(this.Name);
 }
Пример #2
0
 public void SetUpState()
 {
     CrossPlatformInputManager.SetButtonUp(this.Name);
 }
Пример #3
0
 public void SetAxisNeutralState()
 {
     CrossPlatformInputManager.SetAxisZero(this.Name);
 }
Пример #4
0
 public void SetDownState()
 {
     CrossPlatformInputManager.SetButtonDown(this.Name);
 }