Click or drag to resize

TreeGetRoot Method

Returns the tree's root item, or null if the tree is empty.

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

Return Value

Type: TreeItem

[Missing <returns> documentation for "M:Godot.Tree.GetRoot"]

See Also