Enum XRHandSubsystem.UpdateSuccessFlags
Describes what data on either hand was updated during the call.
Namespace: UnityEngine.XR.Hands
Syntax
[Flags]
public enum UpdateSuccessFlags
Fields
Name | Description | Value |
---|---|---|
None | No data was successfully updated for either hand. |
0 |
LeftHandRootPose | The root pose of leftHand was updated. |
1 |
LeftHandJoints | The joints in leftHand were updated. |
2 |
RightHandRootPose | The root pose of rightHand was updated. |
4 |
RightHandJoints | The joints in rightHand were updated. |
8 |
All | All possible valid data retrieved (hand root poses, and joints for both hands). |
15 |