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, relative to the |
|
LinearVelocity | Linear velocity of current joint, relative to the |
|
None | No data is currently being tracked for a joint. |
|
Pose | Pose of current joint, relative to the |
|
Radius | Radius of current joint. |
|
WillNeverBeValid | Joint was marked as not being part of the hand layout for the current provider. |