Information about how RootPose was created, for example whether it is the raw pose from tracking, or whether is has been filtered or modified in the DataModifier<TData> stack.
Quaternion [] Joints[Get]
An array containing joint orientations of the hand skeleton.
This array is indexed by the integer values of the HandJointId enum.
bool IsHighConfidence[Get]
True if the tracking system considers the tracking data as high confidence, which can be used to determine how accurate the supplied pose data is.
bool [] IsFingerPinching[Get]
An array of booleans representing finger pinch states, where True represents a finger that is performing a pinch gesture.
This array is indexed by the values of the HandFinger enum.
Information about how PointerPose was created, for example whether it is the raw pose from tracking, or whether is has been filtered or modified in the DataModifier<TData> stack.
bool IsDominantHand[Get]
True if this hand is considered the dominant hand, as set by the system handedness.
HandDataSourceConfig Config[Get]
This data object contains configuration data that is shuttled through the DataModifier<TData> stack.