|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | Set (double value) |
| void | Start (double weight) |
| void | End () |
Public Attributes | |
| double | TotalWeight |
| double | CurrentPassWeight = 1.0 |
Properties | |
| string | Message [get, set] |
| double | Value [get, set] |
| double | TotalProgress [get] |
Private Attributes | |
| string | _message = "" |
| double | _value |
| double | _totalProgress |
Definition at line 3 of file GenerationProgress.cs.