Click or drag to resize

HermeticGUIControlClass Class

Hermetic GUI control for the class types.
Inheritance Hierarchy

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

The HermeticGUIControlClass type exposes the following members.

Constructors
  NameDescription
Public methodHermeticGUIControlClass
Creates a control, bound to a member.
Top
Methods
Remarks
The members in the class must be attributed with DebugAdjustableAttribute in order to be visible in the control.
See Also