Immerseum.VRSimulator Namespace > EventManager Class : deactivatePrimaryTrigger Method |
Fires the OnPrimaryTriggerDeactivation 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 deactivatePrimaryTrigger( InputAction inputAction )
// Deactivates the primary trigger using the togglePrimaryTrigger InputAction.
EventManager.deactivatePrimaryTrigger(togglePrimaryTrigger);