Click or drag to resize

TreeEditSelected Method

Edits the selected tree item as if it was clicked. The item must be set editable with SetEditable(Int32, Boolean). Returns true if the item could be edited. Fails if no item is selected.

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.Tree.EditSelected"]

See Also