Enum XRTrackedDeviceType
Tracked device type enumeration.
Namespace: Evergine.Framework.XR.TrackedDevices
Assembly: Evergine.Framework.dll
Syntax
public enum XRTrackedDeviceType : byte
  Fields
| Name | Description | 
|---|---|
| Controller | The device is a controller.  | 
      
| DisplayRedirect | Accessories that aren't necessarily tracked themselves, but may redirect video output from other tracked devices.  | 
      
| GenericTracker | The device is a tracker.  | 
      
| HMD | The device is a HMD (Head Mounted Display).  | 
      
| Hand | The device is a hand.  | 
      
| Invalid | Invalid device.  | 
      
| TrackingReference | The device is a camera, base station, or other device that supplies tracking ground truth.  |