Immerseum.VRSimulator Namespace : EventManager Class |
The following tables list the members exposed by EventManager.
Name | Description | |
---|---|---|
EventManager Constructor |
Name | Description | |||||
---|---|---|---|---|---|---|
activateCancelButton | Fires the OnCancelButtonActivation event. | |||||
activateLeftBumper | Fires the OnLeftBumperActivation event. | |||||
activateLeftThumbstickClick | Fires the OnLeftThumbstickClickActivation event. | |||||
activatePauseButton | Fires the OnPauseButtonActivation event. | |||||
activatePrimaryTrigger | Fires the OnPrimaryTriggerActivation event.
| |||||
activateRightBumper | Fires the OnRightBumperActivation event. | |||||
activateRightThumbstickClick | Fires the OnRightThumbstickClickActivation event. | |||||
activateSecondaryButton | Fires the OnSecondaryButtonActivation event. | |||||
activateSecondaryTrigger | Fires the OnPrimaryTriggerActivation event.
| |||||
activateSelectionButton | Fires the OnSelectionButtonActivation event. | |||||
activateTertiaryButton | Fires the OnTertiaryButtonActivation event. | |||||
activateViewButton | Fires the OnViewButtonActivation event. | |||||
applyCollider | Fires the OnApplyCollider event.
| |||||
applyRigidbody | Fires the OnApplyRigidbody event.
| |||||
deactivateCancelButton | Fires the OnCancelButtonDeactivation event. | |||||
deactivateLeftBumper | Fires the OnLeftBumperDeactivation event. | |||||
deactivateLeftThumbstickClick | Fires the OnLeftThumbstickClickDeactivation event. | |||||
deactivatePauseButton | Fires the OnPauseButtonDeactivation event. | |||||
deactivatePrimaryTrigger | Fires the OnPrimaryTriggerDeactivation event.
| |||||
deactivateRightBumper | Fires the OnRightBumperDeactivation event. | |||||
deactivateRightThumbstickClick | Fires the OnRightThumbstickClickDeactivation event. | |||||
deactivateSecondaryButton | Fires the OnSecondaryButtonDeactivation event. | |||||
deactivateSecondaryTrigger | Fires the OnPrimaryTriggerDeactivation event.
| |||||
deactivateSelectionButton | Fires the OnSelectionButtonDeactivation event. | |||||
deactivateTertiaryButton | Fires the OnTertiaryButtonDeactivation event. | |||||
deactivateViewButton | Fires the OnViewButtonDeactivation event. | |||||
disableVRSimulator | Fires the OnDisableVRSimulator event. | |||||
endApplyCollider | Fires the OnApplyColliderEnd event.
| |||||
endApplyRigidbody | Fires the OnApplyRigidbodyEnd event.
| |||||
endInitializeCameraRig | Fires the OnInitializeCameraRigEnd event. | |||||
endInitializeControllers | Fires the OnInitializeControllersEnd event. | |||||
endInitializeInputActions | Fires the OnInitializeInputActionsEnd event. | |||||
endInitializePlayArea | Fires the OnInitializePlayAreaEnd event. | |||||
endInputAction | Fires the OnInputActionEnd event. | |||||
endInstantiateController | Fires the OnInstantiateControllerEnd event.
| |||||
endMoveAvatar | Fires the OnMoveAvatarEnd event.
| |||||
endMoveController | Fires the OnMoveControllerEnd event.
| |||||
endPitchRotation | Fires the OnPitchRotationEnd event.
| |||||
endPositionController | Fires the OnPositionControllerEnd event.
| |||||
endXAxisMovement | Fires the OnXAxisMovementEnd event.
| |||||
endYawRotation | Fires the OnYawRotationEnd event.
| |||||
endZAxisMovement | Fires the OnZAxisMovementEnd event.
| |||||
initializeCameraRig | Fires the OnInitializeCameraRig event. | |||||
initializeControllers | Fires the OnInitializeControllers event. | |||||
initializeHMDSimulator | Fires the OnInitializeHMDSimulator event. | |||||
initializeInputActions | Fires the OnInitializeInputActions event. | |||||
initializePlayArea | Fires the OnInitializePlayArea event. | |||||
instantiateController | Fires the OnInstantiateController event.
| |||||
moveController | Overloaded. Fires the OnMoveControllerStart event.
| |||||
positionController | Fires the OnPositionControllerStart event.
| |||||
startInputAction | Fires the OnInputActionStart event.
| |||||
startMoveAvatar | Fires the OnMoveAvatarStart event.
| |||||
startPitchRotation | Fires the OnPitchRotationStart event.
| |||||
startXAxisMovement | Fires the OnXAxisMovementStart event.
| |||||
startYawRotation | Fires the OnYawRotationStart event.
| |||||
startZAxisMovement | Fires the OnZAxisMovementStart event.
|
Name | Description | |||||||
---|---|---|---|---|---|---|---|---|
OnApplyCollider | Fired during the instantiation of a simulated controller. During this event, colliders are applied to a specific simulated controller based on the configuration settings in the ControllerManager. | |||||||
OnApplyColliderEnd | Fired at the conclusion of the OnApplyCollider event, when a collider has been applied/removed from a simulated controller. | |||||||
OnApplyRigidbody | Fired during the instantiation of a simulated controller. During this event, rigidbodies: https are applied to a specific simulated controller based on the configuration settings in the ControllerManager. | |||||||
OnApplyRigidbodyEnd | Fired at the conclusion of the OnApplyRigidbody event, when a rigidbodyhttps://docs.unity3d.com/ScriptReference/Rigidbody.html%% has been applied/removed from a simulated controller. | |||||||
OnCancelButtonActivation | If default InputActions are enabled, fired when the default toggleCancelButtonInputAction has been received.
| |||||||
OnCancelButtonDeactivation | Event provided for extensibility of default InputActions. Intended to be used when the Cancel Button represents an "on / off" toggle, with one InputAction toggling it on (and therefore firing OnCancelButtonActivation) and a different InputAction toggling it off (and thus firing OnCancelButtonDeactivation). | |||||||
OnDisableVRSimulator | Fired when the VRSimulator is to bedisabled. | |||||||
OnInitializeCameraRig | Fired during the VRSimulator's initialization. | |||||||
OnInitializeCameraRigEnd | Fired when the VRSimulator's camera initialization has completed. | |||||||
OnInitializeControllers | Fired during the VRSimulator's initialization. | |||||||
OnInitializeControllersEnd | Fired during the VRSimulator's initialization. | |||||||
OnInitializeHMDSimulator | Fired during the VRSimulator's initialization. | |||||||
OnInitializeInputActions | Fired during initialization of the VRSimulator. | |||||||
OnInitializeInputActionsEnd | Fired when default InputActions have been created and registered, provided that default InputActions are enabled | |||||||
OnInitializePlayArea | Fired during the VRSimulator's initialization. | |||||||
OnInitializePlayAreaEnd | Fired when initialization of the Play Area has been completed. | |||||||
OnInputActionEnd | Fired when an InputAction's processing has completed, at the conclusion of the primary listener that handles OnInputActionStart.
| |||||||
OnInputActionStart | Fired by the InputActionManager when an InputAction has been detected. | |||||||
OnInstantiateController | Fired during initialization to instantiate a single specific simulated controller. | |||||||
OnInstantiateControllerEnd | Fired when a single, specific simulated controller has been fully instantiated. | |||||||
OnLeftBumperActivation | If default InputActions are enabled, fired when the default toggleLeftBumperInputAction has been received.
| |||||||
OnLeftBumperDeactivation | Event provided for extensibility of default InputActions. Intended to be used when the Left Bumper represents an "on / off" toggle, with one InputAction toggling it on (and therefore firing OnLeftBumperActivation) and a different InputAction toggling it off (and thus firing OnLeftBumperDeactivation). | |||||||
OnLeftThumbstickClickActivation | If default InputActions are enabled, fired when the default toggleLeftThumbstickClickInputAction has been received and InputActionManager.isLeftThumbstickClickActivated is false. | |||||||
OnLeftThumbstickClickDeactivation | If default InputActions are enabled, fired when the default toggleLeftThumbstickClickInputAction has been received and InputActionManager.isLeftThumbstickClickActivated is true. | |||||||
OnMoveAvatarEnd | Fired when the user's Avatar actually ends its movement to move in response to user input. | |||||||
OnMoveAvatarStart | Fired when the user's Avatar actually begins to move in response to user input. | |||||||
OnMoveControllerEnd | Fired when a controller has completed its movement operation. | |||||||
OnMoveControllerStart | Fired when a controller is initiating a move. This event is typically invoked by either: | |||||||
OnMoveControllerStart_Vector | Fired when a controller is initiating a move to a specific set of coordinates. This event is typically invoked by either: . | |||||||
OnPauseButtonActivation | If default InputActions are enabled, fired when the default togglePauseButtonInputAction has been received.
| |||||||
OnPauseButtonDeactivation | Event provided for extensibility of default InputActions. Intended to be used when the Pause Button represents an "on / off" toggle, with one InputAction toggling it on (and therefore firing OnPauseButtonActivation) and a different InputAction toggling it off (and thus firing OnPauseButtonDeactivation). | |||||||
OnPitchRotationEnd | If default InputActions are enabled, then this event fires whenever the user's avatar has completed its rotation along the Pitch Axis. This event is invoked via the EventManager.endPitchRotation method, which is itself called at the conclusion of the primary OnPitchRotationStart listener.
| |||||||
OnPitchRotationStart | If default InputActions are enabled, then this event fires whenever the pitchRotationInputAction ceases to be at rest. | |||||||
OnPositionController | Fired during initialization of the VRSimulator. | |||||||
OnPositionControllerEnd | Fired during initialization of the VRSimulator, when the OnPositionController's primary listener has finished. | |||||||
OnPrimaryTriggerActivation | If default InputActions are enabled, fired when the default togglePrimaryTriggerInputAction has been received and MovementManager.isPrimaryTriggerInUse is false. | |||||||
OnPrimaryTriggerDeactivation | If default InputActions are enabled, fired when the default togglePrimaryTriggerInputAction has been received and MovementManager.isPrimaryTriggerInUse is true. | |||||||
OnRightBumperActivation | If default InputActions are enabled, fired when the default toggleLeftBumperInputAction has been received.
| |||||||
OnRightBumperDeactivation | Event provided for extensibility of default InputActions. Intended to be used when the button represents an "on / off" toggle, with one InputAction toggling it on (and therefore firing OnRightBumperActivation) and a different InputAction toggling it off (and thus firing OnRightBumperDeactivation). | |||||||
OnRightThumbstickClickActivation | If default InputActions are enabled, fired when the default toggleRightThumbstickClickInputAction has been received and InputActionManager.isRightThumbstickClickActivated is false. | |||||||
OnRightThumbstickClickDeactivation | If default InputActions are enabled, fired when the default toggleRightThumbstickClickInputAction has been received and InputActionManager.isRightThumbstickClickActivated is true. | |||||||
OnSecondaryButtonActivation | If default InputActions are enabled, fired when the default toggleSecondaryButtonInputAction has been received.
| |||||||
OnSecondaryButtonDeactivation | Event provided for extensibility of default InputActions. Intended to be used when the button represents an "on / off" toggle, with one InputAction toggling it on (and therefore firing OnSecondaryButtonActivation) and a different InputAction toggling it off (and thus firing OnSecondaryButtonDeactivation). | |||||||
OnSecondaryTriggerActivation | If default InputActions are enabled, fired when the default toggleSecondaryTriggerInputAction has been received and MovementManager.isSecondaryTriggerInUse is false. | |||||||
OnSecondaryTriggerDeactivation | If default InputActions are enabled, fired when the default toggleSecondaryTriggerInputAction has been received and MovementManager.isSecondaryTriggerInUse is true. | |||||||
OnSelectionButtonActivation | If default InputActions are enabled, fired when the default toggleSelectionButtonInputAction has been received.
| |||||||
OnSelectionButtonDeactivation | Event provided for extensibility of default InputActions. Intended to be used when the button represents an "on / off" toggle, with one InputAction toggling it on (and therefore firing OnSelectionButtonActivation) and a different InputAction toggling it off (and thus firing OnSelectionButtonDeactivation). | |||||||
OnTertiaryButtonActivation | If default InputActions are enabled, fired when the default toggleTertiaryButtonInputAction has been received.
| |||||||
OnTertiaryButtonDeactivation | Event provided for extensibility of default InputActions. Intended to be used when the button represents an "on / off" toggle, with one InputAction toggling it on (and therefore firing OnTertiaryButtonActivation) and a different InputAction toggling it off (and thus firing OnTertiaryButtonDeactivation). | |||||||
OnViewButtonActivation | If default InputActions are enabled, fired when the default toggleViewButtonInputAction has been received.
| |||||||
OnViewButtonDeactivation | Event provided for extensibility of default InputActions. Intended to be used when the button represents an "on / off" toggle, with one InputAction toggling it on (and therefore firing OnViewButtonActivation) and a different InputAction toggling it off (and thus firing OnViewButtonDeactivation). | |||||||
OnXAxisMovementEnd | If default InputActions are enabled, then this event fires whenever the user's avatar has completed its movement along the X-Axis. This event is invoked via the EventManager.endXAxisMovement method, which is itself called at the conclusion of the primary OnXAxisMovementStart listener.
| |||||||
OnXAxisMovementStart | If default InputActions are enabled, then this event fires whenever the xAxisMovementInputAction ceases to be at rest. | |||||||
OnYawRotationEnd | If default InputActions are enabled, then this event fires whenever the user's avatar has completed its rotation along the Yaw Axis. This event is invoked via the EventManager.endYawRotation method, which is itself called at the conclusion of the primary OnYawRotationStart listener.
| |||||||
OnYawRotationStart | If default InputActions are enabled, then this event fires whenever the yawRotationInputAction ceases to be at rest. | |||||||
OnZAxisMovementEnd | If default InputActions are enabled, then this event fires whenever the user's avatar has completed its movement along the Z-Axis. This event is invoked via the EventManager.endZAxisMovement method, which is itself called at the conclusion of the primary OnZAxisMovementStart listener.
| |||||||
OnZAxisMovementStart | If default InputActions are enabled, then this event fires whenever the zAxisMovementInputAction ceases to be at rest. |