Click or drag to resize

TreeItemGetPrevVisible Method

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

If wrap is enabled, the method will wrap around to the last visible element in the tree when called on the first visible element, otherwise it returns null.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public TreeItem GetPrevVisible(
	bool wrap = false
)

Parameters

wrap (Optional)
Type: SystemBoolean

[Missing <param name="wrap"/> documentation for "M:Godot.TreeItem.GetPrevVisible(System.Boolean)"]

Return Value

Type: TreeItem

[Missing <returns> documentation for "M:Godot.TreeItem.GetPrevVisible(System.Boolean)"]

See Also