Click or drag to resize

PartDebugAdjustmentDialog Class

Debug dialog for adjusting the part configuration.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          KSPDev.DebugUtilsPartDebugAdjustmentDialog

Namespace:  KSPDev.DebugUtils
Assembly:  KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntax
C#
public sealed class PartDebugAdjustmentDialog : MonoBehaviour, 
	IHasGUI
Request Example View Source

The PartDebugAdjustmentDialog type exposes the following members.

Constructors
  NameDescription
Public methodPartDebugAdjustmentDialog
Initializes a new instance of the PartDebugAdjustmentDialog class
Top
Methods
  NameDescription
Public methodOnGUI
A callback which is called for every GUI event.
Public methodSetPart
Sets the part to be adjusted.
Top
See Also