Click or drag to resize

TreeItemGetParent Method

Returns the parent TreeItem or a null object if there is none.

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

Return Value

Type: TreeItem

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

See Also