Click or drag to resize

DebugGuiDestroyPartDebugDialog Method

Destroys the debug dialog.

Namespace:  KSPDev.DebugUtils
Assembly:  KSPDev_Utils.1.1 (in KSPDev_Utils.1.1.dll) Version: 1.1 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