Immerseum.VRSimulator Namespace : InputAxis Class |
The following tables list the members exposed by InputAxis.
Name | Description | |
---|---|---|
InputAxis Constructor |
Name | Description | |||||
---|---|---|---|---|---|---|
hasMaximumValue | Determines whether the Input Axis has a maximum value. | |||||
hasMinimumValue | Determines whether the Input Axis has a minimum value. | |||||
inputType | Determines the device type that the Input Axis' virtual axis maps to. | |||||
maximumValue | The maximum value that the virtual axis can return. | |||||
minimumValue | The maximum value that the virtual axis can return. | |||||
name | The name given to the Input Axis.
| |||||
returnX | Determines which component from a 2-dimensional value to return. | |||||
valueAtRestList | A List of floating point values, where each floating point value represents an axis value where the virtual axis can be considered to be at rest.
|
Name | Description | |
---|---|---|
dimensions | Indicates the number of dimensions that the axis returns a value in. | |
isAtMax | Indicates whether the Input Axis is currently at its maximum value. | |
isAtMin | Indicates whether the Input Axis is currently at its minimum value. | |
isAtRest | Indicates whether the Input Axis is currently at rest. | |
rawValue | The raw value returned from the Input Axis. | |
rawValue2D | The raw value returned from the Input Axis, expressed as a Vector2. | |
value | The axis value returned from the Input Axis. | |
value2D | The axis value returned from the Input Axis, expressed as a Vector2. |