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