Click or drag to resize

TreeItemRemoveChild Method

Removes the given child TreeItem and all its children from the Tree. Note that it doesn't free the item from memory, so it can be reused later. To completely remove a TreeItem use Free.

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

Parameters

child
Type: GodotObject

[Missing <param name="child"/> documentation for "M:Godot.TreeItem.RemoveChild(Godot.Object)"]

See Also