Click or drag to resize

GuiTooltipUpdate Method

Presents the tooltip control and updates the internal state.

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.2.6 (in KSPDev_Utils.2.6.dll) Version: 2.6 for KSP v1
Syntax
C#
public void Update(
	GUIStyle style = null
)
Request Example View Source

Parameters

style (Optional)
Type: UnityEngineGUIStyle
The style of the tooltip. If not provided, then GUI.skin.label will be used.
Remarks
Must be called in every OnGUI call at the place where the tooltip content is supposed to be shown.
See Also