Click or drag to resize

IKSPDevModuleInfoGetDrawModulePanelCallback Method

Returns a method delegate to draw a custom panel.

Namespace:  KSPDev.KSPInterfaces
Assembly:  KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntax
C#
Callback<Rect> GetDrawModulePanelCallback()
Request Example View Source

Return Value

Type: CallbackRect
Delegate or null if not necessary.
See Also