Click or drag to resize

PopupMenuSetItemTooltip Method

Sets the String tooltip of the item at the specified index idx.

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

Parameters

idx
Type: SystemInt32

[Missing <param name="idx"/> documentation for "M:Godot.PopupMenu.SetItemTooltip(System.Int32,System.String)"]

tooltip
Type: SystemString

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

See Also