26 lines
721 B
Plaintext
26 lines
721 B
Plaintext
URL: https://wiki.studiominus.nl/internalReference/FormatAttribute.html
|
|
Title: People Playground Modding - FormatAttribute
|
|
==================================================
|
|
|
|
public class FormatAttribute
|
|
Inherits Attribute
|
|
No description provided
|
|
Fields
|
|
public readonly string Format
|
|
string.Format will be called on the given value and the given string
|
|
|
|
public readonly float Multiplier
|
|
No description provided
|
|
|
|
public readonly int DigitCount
|
|
No description provided
|
|
|
|
Methods
|
|
public (constructor) FormatAttribute(string format, float multiplier = 1, int digitCount = 0)
|
|
No description provided
|
|
|
|
public string FormatString(float value)
|
|
No description provided
|
|
|
|
public string FormatString(int value)
|
|
No description provided |