Click or drag to resize

SceneTreeGetNodesInGroup Method

Returns a list of all nodes assigned to the given group.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Array GetNodesInGroup(
	string group
)

Parameters

group
Type: SystemString

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

Return Value

Type: Array

[Missing <returns> documentation for "M:Godot.SceneTree.GetNodesInGroup(System.String)"]

See Also