Click or drag to resize

NodeRemoveFromGroup Method

Removes a node from a 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 void RemoveFromGroup(
	string group
)

Parameters

group
Type: SystemString

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

See Also