Click or drag to resize

TreeItemSetSuffix Method

Sets a string to be shown after a column's value (for example, a unit abbreviation).

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

Parameters

column
Type: SystemInt32

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

text
Type: SystemString

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

See Also