docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum XRHandSubsystem.UpdateSuccessFlags

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

    Namespace: UnityEngine.XR.Hands
    Assembly: Unity.XR.Hands.dll
    Syntax
    [Flags]
    public enum XRHandSubsystem.UpdateSuccessFlags

    Fields

    Name Description
    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.

    See Also
    updateSuccessFlags
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)