Immerseum.VRSimulator Namespace : InputAction Class |
For a list of all members of this type, see InputAction members.
Name | Description | |
---|---|---|
heldButtonList | List of Input Buttons which fire this Input Action when they are held. | |
heldKeyList | List of Unity KeyCodes which fire this Input Action when held. | |
internalDescription | A textual description of the Input Action - may be useful for documentation and validation. | |
leftTriggerAxisList | A list of Input Axes that are intended to manipulate the Left Trigger when moved. | |
pitchAxisList | A list of Input Axes that are intended to manipulate the camera Pitch when moved. | |
pressedAndHeldButtonList | List of Input Buttons which fire this Input Action when they are pressed and held. | |
pressedAndHeldKeyList | List of Unity KeyCodes which fire this Input Action when pressed and held. | |
pressedButtonList | List of Input Buttons which fire this Input Action when they are pressed. | |
pressedKeyList | List of Unity KeyCodes which fire this Input Action when pressed. | |
releasedButtonList | List of Input Buttons which fire this Input Action when they are released. | |
releasedKeyList | List of Unity KeyCodes which fire this Input Action when released. | |
rightTriggerAxisList | A list of Input Axes that are intended to manipulate the Right Trigger when moved. | |
xAxisList | A list of Input Axes that are intended to manipulate the user's position on the X-Axis in worldspace when moved. | |
yawAxisList | A list of Input Axes that are intended to manipulate the camera's Yaw when moved. | |
yAxisList | A list of Input Axes that are intended to manipulate the user's position along the Y-Axis in worldspace when moved. | |
zAxisList | A list of Input Axes that are intended to manipulate the user's position along the Z-Axis in worldspace when moved. |