GUILayoutStringTableAddTextColumn Method (String, LocalizableMessage, GUIStyle) |
Adds a text column into the table.
Namespace:
KSPDev.GUIUtils
Assembly:
KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntaxpublic void AddTextColumn(
string text,
LocalizableMessage message,
GUIStyle style = null
)
Request Example
View SourceParameters
- text
- Type: SystemString
The text to add. - message
- Type: KSPDev.GUIUtilsLocalizableMessage
The localizable message to get the minimum size from. - style (Optional)
- Type: GUIStyle
The style to apply to the text. If not set, then GUI.skin.label is used.
See Also