Click or drag to resize

HermeticGUIControlSwitch Class

Hermetic GUI control for the enum 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 HermeticGUIControlSwitch : AbstractHermeticGUIControl
Request Example View Source

The HermeticGUIControlSwitch type exposes the following members.

Constructors
  NameDescription
Public methodHermeticGUIControlSwitch
Creates a control, bound to a member.
Top
Methods
Remarks
Use it when a cheap dropdown control needed. It's not good to work with too many options, though. The rule of thumb: 2-7 options are OK.
See Also