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