Click or drag to resize

PartDebugAdjustmentDialogSetPart Method

Sets the part to be adjusted.

Namespace:  KSPDev.DebugUtils
Assembly:  KSPDev_Utils.1.1 (in KSPDev_Utils.1.1.dll) Version: 1.1 for KSP v1.6+
Syntax
C#
public void SetPart(
	Part part
)
Request Example View Source

Parameters

part
Type: (Default Namespace)Part
The part to set.
See Also