Click or drag to resize

PartDebugAdjustmentDialog Class

Debug dialog for adjusting the part configuration.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          KSPDev.DebugUtilsPartDebugAdjustmentDialog

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