docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class OpenXRInteractionFeature.UserPaths

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

    Inheritance
    object
    OpenXRInteractionFeature.UserPaths
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.XR.OpenXR.Features
    Assembly: Unity.XR.OpenXR.dll
    Syntax
    public static class OpenXRInteractionFeature.UserPaths

    Fields

    gamepad

    Path for user gamepad

    Declaration
    public const string gamepad = "/user/gamepad"
    Field Value
    Type Description
    string

    head

    Path for user head

    Declaration
    public const string head = "/user/head"
    Field Value
    Type Description
    string

    leftHand

    Path for user left hand

    Declaration
    public const string leftHand = "/user/hand/left"
    Field Value
    Type Description
    string

    rightHand

    Path for user right hand

    Declaration
    public const string rightHand = "/user/hand/right"
    Field Value
    Type Description
    string

    treadmill

    Path for user treadmill

    Declaration
    public const string treadmill = "/user/treadmill"
    Field Value
    Type Description
    string
    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)