docs.unity3d.com
    Show / Hide Table of Contents

    Class OpenXRInteractionFeature.ActionMapConfig

    Defines a mapping of between the Unity input system and OpenXR.

    Inheritance
    Object
    OpenXRInteractionFeature.ActionMapConfig
    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
    [Serializable]
    protected class ActionMapConfig

    Fields

    actions

    List of actions to configure

    Declaration
    public List<OpenXRInteractionFeature.ActionConfig> actions
    Field Value
    Type Description
    List<OpenXRInteractionFeature.ActionConfig>

    desiredInteractionProfile

    OpenXR interaction profile to use for this action map

    Declaration
    public string desiredInteractionProfile
    Field Value
    Type Description
    String

    deviceInfos

    List of devices to configure

    Declaration
    public List<OpenXRInteractionFeature.DeviceConfig> deviceInfos
    Field Value
    Type Description
    List<OpenXRInteractionFeature.DeviceConfig>

    localizedName

    Human readable name of the OpenXR user path that this device maps to.

    Declaration
    public string localizedName
    Field Value
    Type Description
    String

    manufacturer

    Name of the manufacturer providing this action map

    Declaration
    public string manufacturer
    Field Value
    Type Description
    String

    name

    Name of the action map

    Declaration
    public string name
    Field Value
    Type Description
    String

    serialNumber

    Serial number of the device

    Declaration
    public string serialNumber
    Field Value
    Type Description
    String
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023