mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Update the edit scene root in time after it is replaced
When changing the type of the edited scene root node, it may be necessary to update edited scene root in time for the child nodes to work properly.
This commit is contained in:
@@ -845,6 +845,13 @@
|
||||
Emitted when the node is renamed.
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="replacing_by">
|
||||
<param index="0" name="node" type="Node" />
|
||||
<description>
|
||||
Emitted when this node is being replaced by the [param node], see [method replace_by].
|
||||
This signal is emitted [i]after[/i] [param node] has been added as a child of the original parent node, but [i]before[/i] all original child nodes have been reparented to [param node].
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="tree_entered">
|
||||
<description>
|
||||
Emitted when the node enters the tree.
|
||||
|
||||
Reference in New Issue
Block a user