Click or drag to resize

ResourceShortType  Conversion (ResourceShortType to String)

Converts a type object into a resource name.

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 string (
	ResourceShortType obj
)
Request Example View Source

Parameters

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

Return Value

Type: String
A string type value.
See Also