Click or drag to resize

GUILayoutStringTableAddTextColumn Method (String, 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+
Syntax
C#
public void AddTextColumn(
	string text,
	GUIStyle style = null
)
Request Example View Source

Parameters

text
Type: SystemString
The text to add.
style (Optional)
Type: GUIStyle
The style to apply to the text. If not set, then GUI.skin.label is used.
See Also