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...
OpenXRBindingModifierEditor
繼承: PanelContainer < Container < Control < CanvasItem < Node < Object
Binding modifier editor.
說明
This is the default binding modifier editor used in the OpenXR action map.
方法
get_binding_modifier() const |
|
void |
setup(action_map: OpenXRActionMap, binding_modifier: OpenXRBindingModifier) |
訊號
binding_modifier_removed(binding_modifier_editor: Object) 🔗
Signal emitted when the user presses the delete binding modifier button for this modifier.
方法說明
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.