Class OpenXRInteractionFeature.ActionBinding
Information sent to OpenXR about specific, physical control on an input device. Used to identify what an action is bound to (that is, which physical control will trigger that action).
Inherited Members
Namespace: UnityEngine.XR.OpenXR.Features
Assembly: Unity.XR.OpenXR.dll
Syntax
[Serializable]
protected class OpenXRInteractionFeature.ActionBinding
Fields
interactionPath
OpenXR path for the interaction
Declaration
public string interactionPath
Field Value
Type | Description |
---|---|
string |
interactionProfileName
OpenXR interaction profile name
Declaration
public string interactionProfileName
Field Value
Type | Description |
---|---|
string |
userPaths
Optional OpenXR user paths OpenXRInteractionFeature.UserPaths
Declaration
public List<string> userPaths
Field Value
Type | Description |
---|---|
List<string> |