| Name | Description |
| buttonValue | |
| hasAxis | Indicates whether the InputAction has one or more Input Axes defined for any of its available axes. |
| hasAxisFired | Indicates whether one or more of Input Action's defined axes has fired (i.e. was not at rest). |
| hasButton | Indicates the Input Action has one or more Input Buttons defined. |
| hasButtonFired | Indicates one of the Input Action's defined InputButtons has fired. |
| hasFired | Indicates that one or more of the inputs that kick off this Input Action were received from the user. |
| hasKey | Indicates that the Input Action has one or more input keys defined. |
| hasKeyFired | Indicates whether an input key defined for this Input Action has been fired. |
| isButtonHeld | Indicates whether a defined InputButton for this Input Action is in the most-recent frame. |
| isButtonPressed | Indicates whether a defined InputButton for this Input Action is in the most-recent frame. |
| isButtonPressedAndHeld | Indicates whether a defined InputButton for this Input Action is and in the most-recent frame. |
| isButtonReleased | Indicates whether a defined InputButton for this Input Action is in the most-recent frame. |
| isKeyHeld | Indicates whether a defined input key for this Input Action is in the most-recent frame. |
| isKeyPressed | Indicates whether a defined input key for this Input Action is in the most-recent frame. |
| isKeyPressedAndHeld | Indicates whether a defined input key for this Input Action is and in the most-recent frame. |
| isKeyReleased | Indicates whether a defined input key for this Input Action is in the most-recent frame. |
| isLeftTriggerAxisAtMax | Indicates whether the Left Trigger Axis is currently at its maximum value. |
| isLeftTriggerAxisAtMin | Indicates whether the Left Trigger Axis is currently at its minimum value. |
| isLeftTriggerAxisAtRest | Indicates whether the Left Trigger Axis is currently at its resting value. |
| isPitchAxisAtMax | Indicates whether the Pitch Axis is currently at its maximum value. |
| isPitchAxisAtMin | Indicates whether the Pitch Axis is currently at its minimum value. |
| isPitchAxisAtRest | Indicates whether the Pitch Axis is currently at its resting value. |
| isRightTriggerAxisAtMax | Indicates whether the Right Trigger Axis is currently at its maximum value. |
| isRightTriggerAxisAtMin | Indicates whether the Right Trigger Axis is currently at its minimum value. |
| isRightTriggerAxisAtRest | Indicates whether the Right Trigger Axis is currently at its resting value. |
| isXAxisAtMax | Indicates whether the input X-Axis is currently at its maximum value. |
| isXAxisAtMin | Indicates whether the input X-Axis is currently at its minimum value. |
| isXAxisAtRest | Indicates whether the input X-Axis is currently at its resting value. |
| isYawAxisAtMax | Indicates whether the Yaw Axis is currently at its maximum value. |
| isYawAxisAtMin | Indicates whether the Yaw Axis is currently at its minimum value. |
| isYawAxisAtRest | Indicates whether the Yaw Axis is currently at its resting value. |
| isYAxisAtMax | Indicates whether the input Y-Axis is currently at its maximum value. |
| isYAxisAtMin | Indicates whether the input Y-Axis is currently at its minimum value. |
| isYAxisAtRest | Indicates whether the input Y-Axis is currently at its resting value. |
| isZAxisAtMax | Indicates whether the input Z-Axis is currently at its maximum value. |
| isZAxisAtMin | Indicates whether the input Z-Axis is currently at its minimum value. |
| isZAxisAtRest | Indicates whether the input Z-Axis is currently at its resting value. |
| leftTriggerAxisRawValue | The raw value from the Left Trigger Axis.
|
|
If multiple Input Axes are defined for the Left Trigger Axis, then returns the greatest raw value from defined Input Axes. | |
| leftTriggerAxisRawValue2D | The raw value from the Left Trigger Axis expressed as a Vector2.
|
|
If multiple Input Axes are defined for the Left Trigger Axis, then returns raw value with the greatest magnitude from defined Input Axes. | |
| leftTriggerAxisValue | The value from the Left Trigger Axis.
|
|
If multiple Input Axes are defined for the Left Trigger Axis, then returns the greatest value from defined Input Axes. |
|
| leftTriggerAxisValue2D | The axis value from the Left Trigger Axis expressed as a Vector2.
|
|
If multiple Input Axes are defined, then returns the axis value with the greatest magnitude from defined Input Axes. | |
| name | The unique name given to the Input Action. |
| pitchAxisRawValue | The raw value from the Pitch Axis$$.
|
|
If multiple Input Axes are defined for the $$Left Trigger Axis, then returns the greatest raw value$$ from defined Input Axes. | |
| pitchAxisRawValue2D | The raw value from the Pitch Axis expressed as a Vector2.
|
|
If multiple Input Axes are defined, then returns raw value with the greatest magnitude from defined Input Axes. | |
| pitchAxisValue | The value from the Pitch Axis.
|
|
If multiple Input Axes are defined for the Left Trigger Axis, then returns the greatest value from defined Input Axes. |
|
| pitchAxisValue2D | The axis value from the Pitch Axis expressed as a Vector2.
|
|
If multiple Input Axes are defined, then returns the axis value with the greatest magnitude from defined Input Axes. | |
| rightTriggerAxisRawValue | The raw value from the Right Trigger Axis.
|
|
If multiple Input Axes are defined for the Left Trigger Axis, then returns the greatest raw value from defined Input Axes. | |
| rightTriggerAxisRawValue2D | The raw value from the Right Trigger Axis expressed as a Vector2.
|
|
If multiple Input Axes are defined, then returns raw value with the greatest magnitude from defined Input Axes. | |
| rightTriggerAxisValue | The value from the Right Trigger Axis.
|
|
If multiple Input Axes are defined for the Right Trigger Axis, then returns the greatest value from defined Input Axes. |
|
| rightTriggerAxisValue2D | The axis value from the Right Trigger Axis expressed as a Vector2.
|
|
If multiple Input Axes are defined, then returns the axis value with the greatest magnitude from defined Input Axes. | |
| xAxisRawValue | The raw value from the input X-Axis.
|
|
If multiple Input Axes are defined for the Left Trigger Axis, then returns the greatest raw value from defined Input Axes. | |
| xAxisRawValue2D | The raw value from the input X-Axis expressed as a Vector2.
|
|
If multiple Input Axes are defined, then returns raw value with the greatest magnitude from defined Input Axes. | |
| xAxisValue | The value from the input X-Axis.
|
|
If multiple Input Axes are defined for the input X-Axis, then returns the greatest value from defined Input Axes. |
|
| xAxisValue2D | The axis value from the input X-Axis expressed as a Vector2.
|
|
If multiple Input Axes are defined, then returns the axis value with the greatest magnitude from defined Input Axes. | |
| yawAxisRawValue | The raw value from the Yaw Axis.
|
|
If multiple Input Axes are defined for the Left Trigger Axis, then returns the greatest raw value from defined Input Axes. | |
| yawAxisRawValue2D | The raw value from the Yaw Axis expressed as a Vector2.
|
|
If multiple Input Axes are defined, then returns raw value with the greatest magnitude from defined Input Axes. | |
| yawAxisValue | The value from the Yaw Axis.
|
|
If multiple Input Axes are defined for the Left Trigger Axis, then returns the greatest value from defined Input Axes. |
|
| yawAxisValue2D | The axis value from the Yaw Axis expressed as a Vector2.
|
|
If multiple Input Axes are defined, then returns the axis value with the greatest magnitude from defined Input Axes. | |
| yAxisRawValue | The raw value from the input Y-Axis.
|
|
If multiple Input Axes are defined for the Left Trigger Axis, then returns the greatest raw value from defined Input Axes. | |
| yAxisRawValue2D | The raw value from the input Y-Axis expressed as a Vector2.
|
|
If multiple Input Axes are defined, then returns raw value with the greatest magnitude from defined Input Axes. | |
| yAxisValue | The value from the input Y-Axis.
|
|
If multiple Input Axes are defined for the input Y-Axis, then returns the greatest value from defined Input Axes. |
|
| yAxisValue2D | The axis value from the input Y-Axis expressed as a Vector2.
|
|
If multiple Input Axes are defined, then returns the axis value with the greatest magnitude from defined Input Axes. | |
| zAxisRawValue | The raw value from the input Z-Axis.
|
|
If multiple Input Axes are defined for the Left Trigger Axis, then returns the greatest raw value from defined Input Axes. | |
| zAxisRawValue2D | The raw value from the input Z-Axis expressed as a Vector2.
|
|
If multiple Input Axes are defined, then returns raw value with the greatest magnitude from defined Input Axes. | |
| zAxisValue | The value from the input Z-Axis.
|
|
If multiple Input Axes are defined for the input Z-Axis, then returns the greatest value from defined Input Axes. |
|
| zAxisValue2D | The axis value from the input Z-Axis expressed as a Vector2.
|
|
If multiple Input Axes are defined, then returns the axis value with the greatest magnitude from defined Input Axes. | |