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
Syntax
[Serializable]
protected class ActionBindingFields
interactionPath
OpenXR path for the interaction
Declaration
public string interactionPathField Value
| Type | Description | 
|---|---|
| String | 
interactionProfileName
OpenXR interaction profile name
Declaration
public string interactionProfileNameField Value
| Type | Description | 
|---|---|
| String | 
userPaths
Optional OpenXR user paths OpenXRInteractionFeature.UserPaths
Declaration
public List<string> userPathsField Value
| Type | Description | 
|---|---|
| List<String> |