docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Field trackingAcquired

    A callback invoked when the subsystem begins tracking a hand's root pose and joints.

    Namespace: UnityEngine.XR.Hands
    Assembly: solution.dll
    Syntax
    public Action<XRHand> trackingAcquired
    Returns
    Type Description
    Action<XRHand>
    Remarks

    This is called before updatedHands.

    The delegate assigned to this property must take one parameter of type XRHand, which is assigned a reference to the hand whose tracking was acquired.

    In This Article
    Back to top
    Copyright © 2023 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)