Click or drag to resize

NodeNotificationPostEnterTree Field

Notification received when the node is ready, just before is received. Unlike the latter, it's sent every time the node enters tree, instead of only once.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public const int NotificationPostEnterTree = 27

Field Value

Type: Int32
See Also