Click or drag to resize

PartType  Conversion (PartType to Part)

Converts a type object into a part value.

Namespace:  KSPDev.GUIUtils.TypeFormatters
Assembly:  KSPDev_Utils.1.0 (in KSPDev_Utils.1.0.dll) Version: 1.0 for KSP v1.6+
Syntax
C#
public static implicit operator Part (
	PartType obj
)
Request Example View Source

Parameters

obj
Type: KSPDev.GUIUtils.TypeFormattersPartType
The object type to convert.

Return Value

Type: Part
A numeric value.
See Also