Exemplo n.º 1
0
        private void HeadLightsPerformed(UnityEngine.InputSystem.InputAction.CallbackContext obj)
        {
            if (Actions == null)
            {
                return;
            }

            Actions.IncrementHeadLightState();
        }
Exemplo n.º 2
0
 private void ButtonRSB(UnityEngine.InputSystem.InputAction.CallbackContext obj)
 {
     actions.IncrementHeadLightState();
 }
Exemplo n.º 3
0
 private void HeadLightsPerformed(UnityEngine.InputSystem.InputAction.CallbackContext obj)
 {
     actions.IncrementHeadLightState();
 }