Enum AxisType
The AxisType identifies the type of button or input being sent to the framework from a controller. This is mainly information only or for advanced users to understand the input coming directly from the controller.
Namespace: Microsoft.MixedReality.Toolkit.Utilities
Assembly: cs.temp.dll.dll
Syntax
public enum AxisType
Fields
Name | Description |
---|---|
Digital | Digital On/Off input. |
DualAxis | Dual Axis analogue input. |
None | No Specified type. |
Raw | Raw stream from input (proxy only). |
SingleAxis | Single Axis analogue input. |
SixDof | Position AND Rotation analogue input. |
ThreeDofPosition | Position only Axis analogue input. |
ThreeDofRotation | Rotation only Axis analogue input. |