Click or drag to resize

DebugGui Class

Helper class to deal with the debug GUI functionality.
Inheritance Hierarchy
SystemObject
  KSPDev.DebugUtilsDebugGui

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 class DebugGui
Request Example View Source

The DebugGui type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDestroyPartDebugDialog
Destroys the debug dialog.
Public methodStatic memberGetAdjustableActions
Gets the methods, available for calling from the debugging GUI.
Public methodStatic memberGetAdjustableFields
Gets the fields, available for debugging.
Public methodStatic memberGetAdjustableProperties
Gets the properties, available for debugging.
Public methodStatic memberMakePartDebugDialog
Creates a debug dialog for the parts.
Top
See Also