Click or drag to resize

NodeIsInGroup Method

Returns true if this node is in the specified group. See notes in the description, and the group methods in SceneTree.

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

Parameters

group
Type: SystemString

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

Return Value

Type: Boolean

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

See Also