Click or drag to resize

TreeItemGetChildren Method

Returns the TreeItem's first child item or a null object if there is none.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public TreeItem GetChildren()

Return Value

Type: TreeItem

[Missing <returns> documentation for "M:Godot.TreeItem.GetChildren"]

See Also