Click or drag to resize

TreeGetNextSelected Method

Returns the next selected item after the given one, or null if the end is reached.

If from is null, this returns the first selected item.

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

Parameters

from
Type: GodotObject

[Missing <param name="from"/> documentation for "M:Godot.Tree.GetNextSelected(Godot.Object)"]

Return Value

Type: TreeItem

[Missing <returns> documentation for "M:Godot.Tree.GetNextSelected(Godot.Object)"]

See Also