Click or drag to resize

TreeItemGetPrev Method

Returns the previous TreeItem in the tree or a null object if there is none.

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

Return Value

Type: TreeItem

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

See Also