docs.unity3d.com
    Show / Hide Table of Contents

    Enum XRHandSubsystem.UpdateSuccessFlags

    Return type for TryUpdateHands(XRHandSubsystem.UpdateType). 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 for either hand was successfully updated.

    RightHandJoints

    The joints in rightHand were updated.

    RightHandRootPose

    The root pose root pose of rightHand was updated.

    In This Article
    • Fields
    Back to top
    Terms of use
    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