Click or drag to resize

NodePropagateNotification Method

Notifies the current node and all its children recursively by calling Notification(Int32, Boolean) on all of them.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void PropagateNotification(
	int what
)

Parameters

what
Type: SystemInt32

[Missing <param name="what"/> documentation for "M:Godot.Node.PropagateNotification(System.Int32)"]

See Also