Class reference
OpenXRInteractionProfile
Inherits Resource
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
OpenXRIPBinding get_binding(int index) const
OpenXRIPBinding get_binding(int index) constRetrieve the binding at this index.
int get_binding_count() const
int get_binding_count() constGet the number of bindings in this interaction profile.
OpenXRIPBindingModifier get_binding_modifier(int index) const
OpenXRIPBindingModifier get_binding_modifier(int index) constGet the OpenXRBindingModifier at this index.
int get_binding_modifier_count() const
int get_binding_modifier_count() constGet the number of binding modifiers in this interaction profile.