docs.unity3d.com
    Show / Hide Table of Contents

    Enum XRHandSubsystem.UpdateSuccessFlags

    Describes what data on either hand was updated during the call.

    Namespace: UnityEngine.XR.Hands
    Syntax
    [Flags]
    public enum UpdateSuccessFlags

    Fields

    Name Description Value
    All

    All possible valid data retrieved (hand root poses, and joints for both hands).

    LeftHandJoints

    The joints in leftHand were updated.

    LeftHandRootPose

    The root pose of leftHand was updated.

    None

    No data was successfully updated for either hand.

    RightHandJoints

    The joints in rightHand were updated.

    RightHandRootPose

    The root pose of rightHand was updated.

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