Click or drag to resize

TreeItemSetTooltip Method

Sets the given column's tooltip text.

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

Parameters

column
Type: SystemInt32

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

tooltip
Type: SystemString

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

See Also