Click or drag to resize

StdSpecTags Class

Standard specialization tags.
Inheritance Hierarchy
SystemObject
  KSPDev.GUIUtilsStdSpecTags

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
C#
public static class StdSpecTags
Request Example View Source

The StdSpecTags type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberToggleDisabled
Specialization for the UI_ToggledisabledText localization.
Public fieldStatic memberToggleEnabled
Specialization for the UI_ToggleenabledText localization.
Public fieldStatic memberCode exampleUnits
Specialization for the KSPFieldguiUnits localization.
Top
Remarks
The specialization tells which property of the localizable entity to affect.
See Also