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
    None

    No data was successfully updated for either hand.


    0
    LeftHandRootPose

    The root pose of leftHand was updated.


    1
    LeftHandJoints

    The joints in leftHand were updated.


    2
    RightHandRootPose

    The root pose of rightHand was updated.


    4
    RightHandJoints

    The joints in rightHand were updated.


    8
    All

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


    15
    See Also
    updateSuccessFlags
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023