Click or drag to resize

AbstractHermeticGUIControlRenderControl Method

Renders the control in GUI and handles all the interactions.

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.1.0 (in KSPDev_Utils.1.0.dll) Version: 1.0 for KSP v1.6+
Syntax
C#
public abstract void RenderControl(
	GuiActionsList actionsList,
	GUIStyle layoutStyle,
	GUILayoutOption[] layoutOptions
)
Request Example View Source

Parameters

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: UnityEngineGUIStyle
The style for the control canvas.
layoutOptions
Type: UnityEngineGUILayoutOption
The options for the controls canvas.

Implements

IRenderableGUIControlRenderControl(GuiActionsList, GUIStyle, GUILayoutOption)
See Also