Node_EnterTree Method |
Called when the node enters the SceneTree (e.g. upon instancing, scene changing, or after calling AddChild(Node, Boolean) in a script). If the node has children, its _EnterTree callback will be called first, and then that of the children.
Corresponds to the notification in _Notification(Int32).
Namespace: Godot
public virtual void _EnterTree()