Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
OpenXRInteractionProfile¶
Inherits: Resource < RefCounted < Object
Suggested bindings object for OpenXR.
描述¶
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.
属性¶
|
||
|
Methods¶
get_binding ( int index ) const |
|
get_binding_count ( ) const |
Property Descriptions¶
Array bindings = []
Action bindings for this interaction profile.
String interaction_profile_path = ""
The interaction profile path identifying the XR device.
Method Descriptions¶
OpenXRIPBinding get_binding ( int index ) const
Retrieve the binding at this index.
int get_binding_count ( ) const
Get the number of bindings in this interaction profile.