Immerseum.VRSimulator Namespace > EventManager Class : positionController Method |
Fires the OnPositionControllerStart 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 positionController( int controller, ControllerPositions targetPosition )
// Fires the OnPositionControllerStart event, positioning the left-hand controller
// to the Reaching position.
EventManager.moveController(0, ControllerPositions.Reaching);