Click or drag to resize

PartType Class

Localized message formatting class for a part.
Inheritance Hierarchy
SystemObject
  KSPDev.GUIUtils.TypeFormattersPartType

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 sealed class PartType
Request Example View Source

The PartType type exposes the following members.

Constructors
  NameDescription
Public methodPartType
Constructs an object from a part.
Top
Methods
  NameDescription
Public methodStatic memberFormat
Formats the value into a human friendly string.
Public methodToString
Returns a string formatted as a human friendly volume specification.
(Overrides ObjectToString.)
Top
Operators
Fields
  NameDescription
Public fieldvalue
A wrapped part.
Top
Remarks
Use it as a generic parameter when creating a LocalizableMessage descendants.
See Also