Click or drag to resize

SceneTreeNotifyGroupFlags Method

Sends the given notification to all members of the group, respecting the given SceneTreeGroupCallFlags.

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

Parameters

callFlags
Type: SystemUInt32

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

group
Type: SystemString

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

notification
Type: SystemInt32

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

See Also