Immerseum.VRSimulator Namespace > EventManager Class : activatePrimaryTrigger 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 activatePrimaryTrigger( InputAction inputAction )
// Activates the primary trigger with the togglePrimaryTrigger InputAction.
EventManager.activatePrimaryTrigger(togglePrimaryTrigger);