Click or drag to resize

KSPDev.GUIUtils.TypeFormatters Namespace

A set of classes to print as string various game and engine values. E.g. speed, distance, mass, etc.
Classes
  ClassDescription
Public classCode exampleAngleType
Localized message formatting class for a numeric value that represents an angle. The resulted message may have a unit specification.
Public classCode exampleCompactNumberType
Message formatting class for a numeric value. For the values below 1000 the resulted message is formatted so that it takes no more than 4 digits.
Public classCode exampleCostType
Localized message formatting class for a numeric value that represents a cost.
Public classCode exampleDistanceType
Localized message formatting class for a numeric value that represents a distance. The resulted message may have a unit specification.
Public classCode exampleForceType
Localized message formatting class for a numeric value that represents a force. The resulted message may have a unit specification.
Public classCode exampleKeyboardEventType
Localized message formatting class for a Unity keyboard event.
Public classCode exampleMassType
Localized message formatting class for a numeric value that represents a mass. The resulted message may have a unit specification.
Public classPartType
Localized message formatting class for a part.
Public classPercentFixedType
Localized message formatting class for a numeric value that represents a percentage with up to 2 digits after the dot regardless to the value scale.
Public classCode examplePercentType
Localized message formatting class for a numeric value that represents a percentage. The resulted message may have a unit specification.
Public classCode examplePressureType
Localized message formatting class for a numeric value that represents a pressure. The resulted message may have a unit specification.
Public classCode exampleResourceShortType
Localized message formatting class for a string value that represents an abbreviated resource type.
Public classCode exampleResourceType
Localized message formatting class for a string value that represents a resource type.
Public classCode exampleVelocityType
Localized message formatting class for a numeric value that represents a velocity. The resulted message may have a unit specification.