GUILayoutStringTable Constructor |
Creates a table of the specified column width.
Namespace:
KSPDev.GUIUtils
Assembly:
KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntaxpublic GUILayoutStringTable(
int columns
)
Request Example
View SourceParameters
- columns
- Type: SystemInt32
The number of columns to track.
Remarks
It's OK to render more columns than reserved. They won't resized, but it's not an error.
See Also