TreeItem.removeChild

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 GodotObject.free.

struct TreeItem
@nogc nothrow
void
removeChild

Meta