Click or drag to resize

GUILayoutStringTableStartNewRow Method

Tells that a new row is about to be rendered.

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 StartNewRow()
Request Example View Source
Remarks
Call it before every new row.
See Also