Click or drag to resize

GUILayoutStringTable.AddTextColumn Method (String, GUIStyle)

Adds a text column into the table.

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.1.0 (in KSPDev_Utils.1.0.dll) Version: 1.0 for KSP v1.6+
Syntax
C#
public void AddTextColumn(
	string text,
	GUIStyle style = null
)
Request Example View Source

Parameters

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