Enum XRHandSubsystem.UpdateSuccessFlags
Describes what data on either hand was updated during the call.
Namespace: UnityEngine .XR.Hands
Assembly: Unity.XR.Hands.dll
Syntax
[Flags]
public enum XRHandSubsystem.UpdateSuccessFlags
Fields
Name | Description |
---|---|
All | All possible valid data retrieved (hand root poses, and joints for both hands). |
LeftHandJoints | The joints in left |
LeftHandRootPose | The root pose of left |
None | No data was successfully updated for either hand. |
RightHandJoints | The joints in right |
RightHandRootPose | The root pose of right |