Click or drag to resize

ResourceType  Conversion (ResourceType 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 (
	ResourceType obj
)
Request Example View Source

Parameters

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

Return Value

Type: String
A string type value.
See Also