GUILayoutStringTable Constructor |
Creates a table of the specified column width.
Namespace:
KSPDev.GUIUtils
Assembly:
KSPDev_Utils.2.3 (in KSPDev_Utils.2.3.dll) Version: 2.3 for KSP v1
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