Click or drag to resize

DebugGuiDestroyPartDebugDialog Method

Destroys the debug dialog.

Namespace:  KSPDev.DebugUtils
Assembly:  KSPDev_Utils.1.0 (in KSPDev_Utils.1.0.dll) Version: 1.0 for KSP v1.6+
Syntax
C#
public static void DestroyPartDebugDialog(
	PartDebugAdjustmentDialog dlg
)
Request Example View Source

Parameters

dlg
Type: KSPDev.DebugUtilsPartDebugAdjustmentDialog
The dialog to destroy.
See Also