Immerseum.VRSimulator Namespace > EventManager Class : deactivateSecondaryTrigger 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 deactivateSecondaryTrigger( InputAction inputAction )
// Deactivates the secondary trigger using the toggleSecondaryTrigger InputAction.
EventManager.deactivateSecondaryTrigger(toggleSecondaryTrigger);