Immerseum.VRSimulator Namespace > EventManager Class > moveController Method : moveController(Int32,ControllerPositions) Method |
Fires the OnMoveControllerStart 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 moveController( int controller, ControllerPositions targetPosition )
// Fires the OnMoveControllerStart event, moving the left-hand controller
// to the origin position.
EventManager.moveController(0, ControllerPositions.Origin);