Click or drag to resize

SceneTreeNotifyGroup Method

Sends the given notification to all members of the group.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void NotifyGroup(
	string group,
	int notification
)

Parameters

group
Type: SystemString

[Missing <param name="group"/> documentation for "M:Godot.SceneTree.NotifyGroup(System.String,System.Int32)"]

notification
Type: SystemInt32

[Missing <param name="notification"/> documentation for "M:Godot.SceneTree.NotifyGroup(System.String,System.Int32)"]

See Also