support updating tooltip after editor description change

This commit is contained in:
jsjtxietian 2023-11-14 13:00:41 +08:00
parent 64150060f8
commit 4680ced5fa
4 changed files with 63 additions and 31 deletions

View file

@ -940,6 +940,12 @@
Emitted when the list of children is changed. This happens when child nodes are added, moved or removed.
</description>
</signal>
<signal name="editor_description_changed">
<param index="0" name="node" type="Node" />
<description>
Emitted when the node's editor description field changed.
</description>
</signal>
<signal name="ready">
<description>
Emitted when the node is ready. Comes after [method _ready] callback and follows the same rules.