docs.unity.cn
    Show / Hide Table of Contents

    Class OpenXRInteractionFeature.UserPaths

    Common OpenXR user path definitions. See the OpenXR Specification for more intformation.

    Inheritance
    Object
    OpenXRInteractionFeature.UserPaths
    Namespace: UnityEngine.XR.OpenXR.Features
    Syntax
    public static class UserPaths : object

    Fields

    gamepad

    Path for user gamepad

    Declaration
    public const string gamepad = null
    Field Value
    Type Description
    String

    head

    Path for user head

    Declaration
    public const string head = null
    Field Value
    Type Description
    String

    leftHand

    Path for user left hand

    Declaration
    public const string leftHand = null
    Field Value
    Type Description
    String

    rightHand

    Path for user right hand

    Declaration
    public const string rightHand = null
    Field Value
    Type Description
    String

    treadmill

    Path for user treadmill

    Declaration
    public const string treadmill = null
    Field Value
    Type Description
    String
    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Thursday, December 2, 2021
    Terms of use