Click or drag to resize

AbstractHermeticGUIControl.RenderControl Method

Renders the control in GUI and handles all the interactions.

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

Parameters

actionsList
Type: KSPDev.GUIUtils.GuiActionsList
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: UnityEngine.GUIStyle
The style for the control canvas.
layoutOptions
Type:UnityEngine.GUILayoutOption[]
The options for the controls canvas.

Implements

IRenderableGUIControl.RenderControl(GuiActionsList, GUIStyle,GUILayoutOption[])
See Also