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