Outdated documentation
This documentation page refers to Godot
4.3,
and may be outdated or incorrect.
Additionally, this engine version is
no longer supported.
Check this page in the stable branch for the latest additions and corrections.
OpenXRInteractionProfile
Inherits: Resource < RefCounted < Object
Suggested bindings object for OpenXR.
Description
This object stores suggested bindings for an interaction profile. Interaction profiles define the metadata for a tracked XR device such as an XR controller.
For more information see the interaction profiles info in the OpenXR specification.
Properties
|
||
|
Methods
get_binding(index: int) const |
|
get_binding_count() const |
Property Descriptions
Action bindings for this interaction profile.
String interaction_profile_path = "" 🔗
The interaction profile path identifying the XR device.
Method Descriptions
OpenXRIPBinding get_binding(index: int) const 🔗
Retrieve the binding at this index.
int get_binding_count() const 🔗
Get the number of bindings in this interaction profile.