Enum TrackXRDevice.SelectionDeviceStrategy
Device selection strategy enumeration.
Namespace: Evergine.Components.XR
Assembly: Evergine.Components.dll
Syntax
public enum TrackXRDevice.SelectionDeviceStrategy
Fields
| Name | Description |
|---|---|
| ByDeviceIndex | Selection by device index. |
| ByDeviceType | Selection by device type. |
| ByDeviceTypeAndHandedness | Selects by device type and handedness. |
| ByHandedness | Selection by handedness type. |