docs.unity3d.com
Search Results for

    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.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
    [Serializable]
    protected class OpenXRInteractionFeature.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
    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)