Beispiel #1
0
 private void OnEnable()
 {
     UIVirtualInput.AddInput(HORIZONTAL_SWIPE_INPUT);
     UIVirtualInput.AddInput(VERTICAL_SWIPE_INPUT);
 }
Beispiel #2
0
 private void OnEnable()
 {
     UIVirtualInput.AddInput(Input(), 0);
 }
Beispiel #3
0
 private void OnEnable()
 {
     UIVirtualInput.AddInput(VIRTUAL_JOYSTICK_HORIZONTAL_VALUE, 0);
     UIVirtualInput.AddInput(VIRTUAL_JOYSTICK_VERTICAL_VALUE, 0);
 }