Immerseum.VRSimulator Namespace : InputActionManager Class |
The following tables list the members exposed by InputActionManager.
Name | Description | |
---|---|---|
InputActionManager Constructor |
Name | Description | |||||
---|---|---|---|---|---|---|
areImmerseumAxesDefined | Indicates whether the input axes used by Immerseum's default Input Actions are defined in the project's Input Manager. | |||||
areInputActionsInitialized | Indicates whether input actions have completed their initialization. | |||||
createImmerseumDefaults | Indicates whether the VRSimulator should create the default Immerseum InputActions. For a list of default InputActions, please refer to:Immerseum Default Input Actions.
| |||||
inputActionList | The list of InputActions registered with the InputActionManager.
| |||||
inputActions | Indicates the number of InputActions on the inputActionList. | |||||
Instance | The singleton Instance of thi class that exists within your VR Scene. | |||||
isCancelButtonActivated | Indicates whether the Cancel Button is in an activated state (i.e. has been toggled on). | |||||
isLeftBumperActivated | Indicates whether the Left Bumper is in an activated state (i.e. has been toggled on). | |||||
isLeftThumbstickClickActivated | Indicates whether the Left Thumbstick Click is in an activated state (i.e. has been toggled on). | |||||
isPauseButtonActivated | Indicates whether the Pause Button is in an activated state (i.e. has been toggled on). | |||||
isRightBumperActivated | Indicates whether the Right Bumper is in an activated state (i.e. has been toggled on). | |||||
isRightThumbstickClickActivated | Indicates whether the Right Thumbstick Click is in an activated state (i.e. has been toggled on). | |||||
isSecondaryButtonActivated | Indicates whether the Secondary Button is in an activated state (i.e. has been toggled on). | |||||
isSelectionButtonActivated | Indicates whether the Selection Button is in an activated state (i.e. has been toggled on). | |||||
isTertiaryButtonActivated | Indicates whether the Tertiary Button is in an activated state (i.e. has been toggled on). | |||||
isViewButtonActivated | Indicates whether the View Button is in an activated state (i.e. has been toggled on). | |||||
useImmerseumDefaults | Indicates whether the default Immerseum Movement Mappings should be applied.
|
Name | Description | |||||
---|---|---|---|---|---|---|
addInputAction | Adds an InputAction to the managed list. This is equivalent to "teaching" the system a new InputAction. | |||||
getInputAction | Returns the registered InputAction where InputAction.name matches the parameter string name. | |||||
isActionRegistered | Returns whether an InputAction whose InputAction.name matches name is registered (i.e. contained in inputActionList). | |||||
isKeyClicked | Overloaded.
| |||||
isKeyHeld | Overloaded. | |||||
isKeyPressed | Overloaded. | |||||
isKeyPressedAndHeld | Overloaded. | |||||
isKeyReleased | Overloaded. | |||||
isMouseClicked | Overloaded.
| |||||
isMouseHeld | Overloaded.
| |||||
isMousePressed | Overloaded.
| |||||
isMousePressedAndHeld | Overloaded.
| |||||
isMouseReleased | Overloaded.
| |||||
removeInputAction | Overloaded. Removes the InputAction provided from the list of registered InputActions contained in inputActionList. | |||||
setCancelButtonActivated | Toggles the activated state of the Cancel Button. | |||||
setLeftBumperActivated | Toggles the activated state of the Left Bumper. | |||||
setLeftThumbstickClickActivated | Toggles the activated state of the Left Thumbstick Click. | |||||
setPauseButtonActivated | Toggles the activated state of the Pause Button. | |||||
setRightBumperActivated | Toggles the activated state of the Right Bumper. | |||||
setRightThumbstickClickActivated | Toggles the activated state of the Right Thumbstick Click. | |||||
setSecondaryButtonActivated | Toggles the activated state of the Secondary Button. | |||||
setSelectionButtonActivated | Toggles the activated state of the Selection Button. | |||||
setTertiaryButtonActivated | Toggles the activated state of the Tertiary Button. | |||||
setViewButtonActivated | Toggles the activated state of the View Button. |