IRenderableGUIControl Interface |
Interface for a generic GUI control that can manage it's state.
Namespace:
KSPDev.GUIUtils
Assembly:
KSPDev_Utils.1.0 (in KSPDev_Utils.1.0.dll) Version: 1.0 for KSP v1.6+
SyntaxThe IRenderableGUIControl type exposes the following members.
Methods
| Name | Description |
---|
 | RenderControl | Renders the control in GUI and handles all the interactions. |
Top
Remarks
For such controls it must be enough to only call the rendering method to have them properly
displaying and updating the underlying state.
See Also