Merge pull request #99700 from hpvb/scene_tree_editor_performance

Improve Scene Tree editor performance
This commit is contained in:
Rémi Verschelde
2024-12-16 17:16:00 +01:00
committed by GitHub
15 changed files with 818 additions and 181 deletions

View File

@@ -1072,6 +1072,11 @@
Emitted when the node's editor description field changed.
</description>
</signal>
<signal name="editor_state_changed">
<description>
Emitted when an attribute of the node that is relevant to the editor is changed. Only emitted in the editor.
</description>
</signal>
<signal name="ready">
<description>
Emitted when the node is considered ready, after [method _ready] is called.