UxrElementType Enumeration
Enumerates the different input element types in a VR controller.
Namespace: UltimateXR.Devices.Visualization
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public enum UxrElementType
Members
Member name | Value | Description | |
---|---|---|---|
NotSet | 0 | Not set. | |
Button | 1 | A button. | |
Input1DRotate | 2 | An analog button that is rotated. | |
Input1DPush | 3 | An analog button that is pushed. | |
Input2DJoystick | 4 | An analog joystick. | |
Input2DTouch | 5 | An analog touch pad. | |
DPad | 6 | A digital directional pad. |