Click or drag to resize

TreeItemSetText Method

Sets the given column's text value.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetText(
	int column,
	string text
)

Parameters

column
Type: SystemInt32

[Missing <param name="column"/> documentation for "M:Godot.TreeItem.SetText(System.Int32,System.String)"]

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Godot.TreeItem.SetText(System.Int32,System.String)"]

See Also