Click or drag to resize

TreeItemGetSuffix Method

Gets the suffix string shown after the column value.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string GetSuffix(
	int column
)

Parameters

column
Type: SystemInt32

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

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.TreeItem.GetSuffix(System.Int32)"]

See Also