Click or drag to resize

TreeGetItemAtPosition Method

Returns the tree item at the specified position (relative to the tree origin position).

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

Parameters

position
Type: GodotVector2

[Missing <param name="position"/> documentation for "M:Godot.Tree.GetItemAtPosition(Godot.Vector2)"]

Return Value

Type: TreeItem

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

See Also