A simple wrapper around the GUI tooltip.
Inheritance Hierarchy
Namespace:
KSPDev.GUIUtils
Assembly:
KSPDev_Utils.2.6 (in KSPDev_Utils.2.6.dll) Version: 2.6 for KSP v1
SyntaxThe GuiTooltip type exposes the following members.
Constructors
| Name | Description |
---|
 | GuiTooltip | A controller for the Unity GUI tooltip. |
Top
Methods
| Name | Description |
---|
 | Update | Presents the tooltip control and updates the internal state. |
Top
RemarksIt tracks changes of the current tooltip and emits a GUILayout.Label when appropriate.
See Also