docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Method SetCorrespondingHand

    SetCorrespondingHand(XRHandSubsystem, XRHand)

    Sets the subsystem's hand corresponding to hand passed in, which must have been initially retrieved from the XRHandSubsystem's leftHand or rightHand property.

    Declaration
    public static void SetCorrespondingHand(this XRHandSubsystem subsystem, XRHand hand)
    Parameters
    Type Name Description
    XRHandSubsystem subsystem

    The invoking subsystem for this extension method. To call this method, call .SetCorrespondingHand() on an XRHandSubsystem.

    XRHand hand

    The hand to update to on the subsystem. Must have originally been retrieved from that XRHandSubsystem

    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)