Immerseum.VRSimulator Namespace > EventManager Class : startInputAction Method |
Fires the OnInputActionStart event.
Be Aware | |
Listeners are expected to have a return type of void and to accept the same parameters as this method (see below). |
public static void startInputAction( InputAction inputAction )
// Fires the OnInputActionStart event for the togglePauseMenuButton InputAction.
EventManager.startInputAction(togglePauseMenuButton);