Click or drag to resize

GuiTooltip Class

A simple wrapper around the GUI tooltip.
Inheritance Hierarchy
SystemObject
  KSPDev.GUIUtilsGuiTooltip

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.2.6 (in KSPDev_Utils.2.6.dll) Version: 2.6 for KSP v1
Syntax
C#
public class GuiTooltip
Request Example View Source

The GuiTooltip type exposes the following members.

Constructors
  NameDescription
Public methodGuiTooltip
A controller for the Unity GUI tooltip.
Top
Methods
  NameDescription
Public methodUpdate
Presents the tooltip control and updates the internal state.
Top
Remarks
It tracks changes of the current tooltip and emits a GUILayout.Label when appropriate.
See Also