Enum XRHandJointTrackingState
Represents the values being tracked for a particular joint.
Namespace: UnityEngine.XR.Hands
Assembly: Unity.XR.Hands.dll
Syntax
[Flags]
public enum XRHandJointTrackingState
Fields
Name | Description |
---|---|
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. |