UxrInput1D Enumeration
Enumerates the possible elements in a VR controller that have a single axis input.
Namespace: UltimateXR.Devices
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public enum UxrInput1D
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No single axis element. | |
| Grip | 1 | Analog grip button. | |
| Trigger | 2 | Analog trigger button. | |
| Trigger2 | 3 | Secondary analog trigger button, in controllers that have two trigger buttons. |