Class OpenXRInteractionFeature.DeviceConfig
Information sent to the OpenXR runtime to identify how to map a UnityEngine.XR.InputDevice or UnityEngine.InputSystem.InputDevice to an underlying OpenXR user path.
Namespace: UnityEngine.XR.OpenXR.Features
Assembly: Unity.XR.OpenXR.dll
Syntax
protected class OpenXRInteractionFeature.DeviceConfig
Fields
characteristics
The InputDeviceCharacteristics for the UnityEngine.XR.InputDevice that will represent this ActionMapConfig. See UnityEngine.XR.InputDevice.characteristics
Declaration
public InputDeviceCharacteristics characteristics
Field Value
| Type | Description |
|---|---|
| InputDeviceCharacteristics |
userPath
OpenXR user path that this device maps to. OpenXRInteractionFeature.UserPaths
Declaration
public string userPath
Field Value
| Type | Description |
|---|---|
| string |