Immerseum.VRSimulator Namespace : InputActionManager Class |
For a list of all members of this type, see InputActionManager members.
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.
|