Click or drag to resize

StdTypesDebugGuiControl Class

Wrapper class that gives a GUI control for editing the standard game types.
Inheritance Hierarchy
SystemObject
  KSPDev.DebugUtilsStdTypesDebugGuiControl

Namespace:  KSPDev.DebugUtils
Assembly:  KSPDev_Utils.1.0 (in KSPDev_Utils.1.0.dll) Version: 1.0 for KSP v1.6+
Syntax
C#
public sealed class StdTypesDebugGuiControl : IRenderableGUIControl
Request Example View Source

The StdTypesDebugGuiControl type exposes the following members.

Constructors
  NameDescription
Public methodStdTypesDebugGuiControl
Creates a debug adjustment control for the basic type.
Top
Methods
  NameDescription
Public methodRenderControl
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