Click or drag to resize

ResourceType  Conversion (Int32 to ResourceType)

Coverts a resource ID 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 ResourceType (
	int value
)
Request Example View Source

Parameters

value
Type: SystemInt32
The ID to convert.

Return Value

Type: ResourceType
An object.
See Also