StdTypesDebugGuiControl Class |
Wrapper class that gives a GUI control for editing the standard game types.
Inheritance HierarchySystemObject
KSPDev.DebugUtilsStdTypesDebugGuiControl
Namespace:
KSPDev.DebugUtils
Assembly:
KSPDev_Utils.2.3 (in KSPDev_Utils.2.3.dll) Version: 2.3 for KSP v1
SyntaxThe StdTypesDebugGuiControl type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | RenderControl | Renders the control in GUI and handles all the interactions. |
Top
Remarks
This control is not performance optimized. It's primarily designed for the simplicity of
the calling code in the cases like a simple settings dialog or a debug inspector.
See Also