Enum XrHandTrackingDataSourceEXT
Identifies the source of hand tracking data reported by the runtime.
Provided by XR_EXT_hand_tracking_data_source.
Namespace: UnityEngine.XR.OpenXR.NativeTypes
Assembly: Unity.XR.OpenXR.dll
Syntax
public enum XrHandTrackingDataSourceEXT
Fields
| Name | Description |
|---|---|
| Controller | Hand tracking data is derived from a held controller's sensors.
Equivalent to the OpenXR value |
| Unobstructed | Hand tracking data is derived from optical (camera-based) hand tracking
with no controller present.
Equivalent to the OpenXR value |