Enum XRHandJointTrackingState
Represents the values being tracked for a particular joint.
Namespace: UnityEngine.XR.Hands
Syntax
[Flags]
public enum XRHandJointTrackingState
Fields
Name | Description | Value |
---|---|---|
None | No data is currently being tracked for a joint. |
0 |
Radius | Radius of current joint. |
1 |
Pose | Pose of current joint. |
2 |
LinearVelocity | Linear velocity of current joint. |
4 |
AngularVelocity | Angular velocity of current joint. |
8 |
WillNeverBeValid | Joint was marked as not being part of the hand layout for the current provider. |
16 |