Enum HandTrackingDataSource
Identifies the source of hand tracking data reported by the runtime.
Values correspond to the
XrHandTrackingDataSourceEXT enumeration defined by
XR_EXT_hand_tracking_data_source.
Namespace: UnityEngine.XR.Hands.OpenXR
Assembly: Unity.XR.Hands.dll
Syntax
public enum HandTrackingDataSource
Fields
| Name | Description |
|---|---|
| Controller | Hand tracking data is derived from a held controller's sensors
(e.g., capacitive touch, IMU).
Maps to |
| Unobstructed | Hand tracking data is derived from optical (camera-based) hand tracking
with no controller present.
Maps to |