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