OpenXRBindingModifierEditor๏ƒ

Inherits: PanelContainer < Container < Control < CanvasItem < Node < Object

Binding modifier editor.

Description๏ƒ

This is the default binding modifier editor used in the OpenXR action map.

Methods๏ƒ

OpenXRBindingModifier

get_binding_modifier() const

void

setup(action_map: OpenXRActionMap, binding_modifier: OpenXRBindingModifier)


Signals๏ƒ

binding_modifier_removed(binding_modifier_editor: Object) ๐Ÿ”—

Signal emitted when the user presses the delete binding modifier button for this modifier.


Method Descriptions๏ƒ

OpenXRBindingModifier get_binding_modifier() const ๐Ÿ”—

Returns the OpenXRBindingModifier currently being edited.


void setup(action_map: OpenXRActionMap, binding_modifier: OpenXRBindingModifier) ๐Ÿ”—

Setup this editor for the provided action_map and binding_modifier.