Click or drag to resize

ControlGetTooltip Method

Returns the tooltip, which will appear when the cursor is resting over this control. See HintTooltip.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string GetTooltip(
	Vector2? atPosition = null
)

Parameters

atPosition (Optional)
Type: SystemNullableVector2
If the parameter is null, then the default value is new Vector2(0, 0)

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.Control.GetTooltip(System.Nullable{Godot.Vector2})"]

See Also