Click or drag to resize

HermeticGUIControlText Class

Hermetic GUI control for the generic types, represented as a plain text.
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 HermeticGUIControlText : AbstractHermeticGUIControl
Request Example View Source

The HermeticGUIControlText type exposes the following members.

Constructors
  NameDescription
Public methodHermeticGUIControlText
Creates a control, bound to a member.
Top
Methods
Remarks
The default implementation of the control supports all the standard game types that are used in the config fiels. Extra types support can be added by providing a custom value prototype interface.
See Also