Class OpenXRBindingModifierEditor
Binding modifier editor.
- Inheritance
-
OpenXRBindingModifierEditor
Remarks
This is the default binding modifier editor used in the OpenXR action map.
Methods
get_binding_modifier
Qualifiers: const
Returns the OpenXRBindingModifier currently being edited.
OpenXRBindingModifier get_binding_modifier
setup(OpenXRActionMap, OpenXRBindingModifier)
Setup this editor for the provided action_map
and binding_modifier
.
void setup(OpenXRActionMap action_map, OpenXRBindingModifier binding_modifier)
Parameters
action_map
OpenXRActionMapbinding_modifier
OpenXRBindingModifier
Events
binding_modifier_removed(Object)
Signal emitted when the user presses the delete binding modifier button for this modifier.
signal binding_modifier_removed(Object binding_modifier_editor)
Parameters
binding_modifier_editor
Object