Class OpenXRInteractionFeature.ActionMapConfig
Defines a mapping of between the Unity input system and OpenXR.
Inherited Members
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 |