IKSPDevModuleInfoGetDrawModulePanelCallback Method  | 
 Returns a method delegate to draw a custom panel.
 
    Namespace: 
   KSPDev.KSPInterfaces
    Assembly:
   KSPDev_Utils.2.3 (in KSPDev_Utils.2.3.dll) Version: 2.3 for KSP v1
SyntaxCallback<Rect> GetDrawModulePanelCallback()
 Request Example
		View SourceReturn Value
Type: 
CallbackRectDelegate or 
null if not necessary.
See Also