Click or drag to resize

PartType  Conversion (Part to PartType)

Coverts a part value into a type object.

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 PartType (
	Part value
)
Request Example View Source

Parameters

value
Type: (Default Namespace)Part
The part to convert.

Return Value

Type: PartType
An object.
See Also