docs.unity.cn
    Show / Hide Table of Contents

    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.

    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on Tuesday, March 21, 2023
    Terms of use