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