Enum DeviceClass
- Namespace
- Stride.VirtualReality
- Assembly
- Stride.VirtualReality.dll
Describes what kind of object is being tracked at a given ID
public enum DeviceClass
Fields
Controller = 2
The device is a controller
DisplayRedirect = 5
Accessories that aren't necessarily tracked themselves, but may redirect video output from other tracked devices
GenericTracker = 3
The device is a tracker
HMD = 1
The device at this index is an HMD
Invalid = 0
There is no device at this index
TrackingReference = 4
The device is a camera, Lighthouse base station, or other device that supplies tracking ground truth.