Click or drag to resize

SceneTreeGroupCallFlags Enumeration

[Missing <summary> documentation for "T:Godot.SceneTree.GroupCallFlags"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum GroupCallFlags
Members
  Member nameValueDescription
Default0

Call a group with no flags (default).

Reverse1

Call a group in reverse scene order.

Realtime2

Call a group immediately (calls are normally made on idle).

Unique4

Call a group only once even if the call is executed many times.

See Also