Click or drag to resize

IRenderableGUIControl Interface

Interface for a generic GUI control that can manage it's state.

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
C#
public interface IRenderableGUIControl
Request Example View Source

The IRenderableGUIControl type exposes the following members.

Methods
  NameDescription
Public methodRenderControl
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