Immerseum.VRSimulator Namespace > EventManager Class : activateSecondaryTrigger Method |
Fires the OnPrimaryTriggerActivation 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 activateSecondaryTrigger( InputAction inputAction )
// Activates the secondary trigger with the toggleSecondaryTrigger InputAction.
EventManager.activateSecondaryTrigger(toggleSecondaryTrigger);