Class OpenXRInteractionFeature.ActionMapConfig
Defines a mapping of between the Unity input system and OpenXR.
Inherited Members
Namespace: UnityEngine.XR.OpenXR.Features
Syntax
[Serializable]
protected class ActionMapConfigFields
actions
List of actions to configure
Declaration
public List<OpenXRInteractionFeature.ActionConfig> actionsField Value
| Type | Description | 
|---|---|
| List<OpenXRInteractionFeature.ActionConfig> | 
desiredInteractionProfile
OpenXR interaction profile to use for this action map
Declaration
public string desiredInteractionProfileField Value
| Type | Description | 
|---|---|
| String | 
deviceInfos
List of devices to configure
Declaration
public List<OpenXRInteractionFeature.DeviceConfig> deviceInfosField Value
| Type | Description | 
|---|---|
| List<OpenXRInteractionFeature.DeviceConfig> | 
localizedName
Human readable name of the OpenXR user path that this device maps to.
Declaration
public string localizedNameField Value
| Type | Description | 
|---|---|
| String | 
manufacturer
Name of the manufacturer providing this action map
Declaration
public string manufacturerField Value
| Type | Description | 
|---|---|
| String | 
name
Name of the action map
Declaration
public string nameField Value
| Type | Description | 
|---|---|
| String | 
serialNumber
Serial number of the device
Declaration
public string serialNumberField Value
| Type | Description | 
|---|---|
| String |