Immerseum.VRSimulator Namespace > EventManager Class : startPitchRotation Method |
Fires the OnPitchRotationStart 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 startPitchRotation( InputAction inputAction )
// Fires the OnPitchRotationStart event for the pitchRotation InputAction.
EventManager.startPitchRotation(pitchRotation);