docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetCurrentInteractionProfile

    GetCurrentInteractionProfile(ulong)

    Returns the path of the current interaction profile for the given user path.

    Declaration
    protected static ulong GetCurrentInteractionProfile(ulong userPath)
    Parameters
    Type Name Description
    ulong userPath

    OpenXR User Path (eg: /user/hand/left)

    Returns
    Type Description
    ulong

    A path to the interaction profile, or XrPath.none if the path could not be retrieved.

    GetCurrentInteractionProfile(string)

    Returns the path of the current interaction profile for the given user path.

    Declaration
    protected static ulong GetCurrentInteractionProfile(string userPath)
    Parameters
    Type Name Description
    string userPath

    User path

    Returns
    Type Description
    ulong

    A path to the interaction profile, or XrPath.none if the path could not be retrieved.

    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, November 1, 2023