docs.unity.cn
    Show / Hide Table of Contents

    Class OpenXRInteractionFeature.DeviceConfig

    Information sent to the OpenXR runtime to identify how to map a InputDevice or InputDevice to an underlying OpenXR user path.

    Inheritance
    Object
    OpenXRInteractionFeature.DeviceConfig
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEngine.XR.OpenXR.Features
    Syntax
    protected class DeviceConfig

    Fields

    characteristics

    The InputDeviceCharacteristics for the InputDevice that will represent this ActionMapConfig. See characteristics

    Declaration
    public InputDeviceCharacteristics characteristics
    Field Value
    Type Description
    InputDeviceCharacteristics

    userPath

    OpenXR user path that this device maps to. OpenXRInteractionFeature.UserPaths

    Declaration
    public string userPath
    Field Value
    Type Description
    String
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, July 26, 2023