Click or drag to resize

NodeRemoveChild Method

Removes a child node. The node is NOT deleted and must be deleted manually.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void RemoveChild(
	Node node
)

Parameters

node
Type: GodotNode

[Missing <param name="node"/> documentation for "M:Godot.Node.RemoveChild(Godot.Node)"]

See Also