IRenderableGUIControlRenderControl Method |
Renders the control in GUI and handles all the interactions.
Namespace:
KSPDev.GUIUtils
Assembly:
KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntaxvoid RenderControl(
GuiActionsList actionsList,
GUIStyle layoutStyle,
GUILayoutOption[] layoutOptions
)
Request Example
View SourceParameters
- actionsList
- Type: KSPDev.GUIUtilsGuiActionsList
The actions list to submit the update operations into. It can be null, in which case
the actions are expected to be executed right away.
- layoutStyle
- Type: GUIStyle
The style for the control canvas. - layoutOptions
- Type: GUILayoutOption
The options for the controls canvas.
See Also