docs.unity.cn
    Show / Hide Table of Contents

    Class OpenXRInteractionFeature.ActionBinding

    Information sent to OpenXR about specific, physical control on an input device. Used to identify what an action is bound to (that is, which physical control will trigger that action).

    Inheritance
    Object
    OpenXRInteractionFeature.ActionBinding
    Namespace: UnityEngine.XR.OpenXR.Features
    Syntax
    protected class ActionBinding : object

    Fields

    interactionPath

    OpenXR path for the interaction

    Declaration
    public string interactionPath
    Field Value
    Type Description
    String

    interactionProfileName

    OpenXR interaction profile name

    Declaration
    public string interactionProfileName
    Field Value
    Type Description
    String

    userPaths

    Optional OpenXR user paths OpenXRInteractionFeature.UserPaths

    Declaration
    public List<string> userPaths
    Field Value
    Type Description
    List<String>
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Tuesday, August 3, 2021