|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| LocalizedTextSegment (float timeInAnimation, string textKey) | |
| LocalizedTextSegment (float timeInAnimation, LocalizedText textObject, Vector2 anchorOffset) | |
| void | Draw (ref GameAnimationSegment info) |
Properties | |
| float | DedicatedTimeNeeded [get] |
Private Attributes | |
| LocalizedText | _text |
| float | _timeToShowPeak |
| Vector2 | _anchorOffset |
Static Private Attributes | |
| const int | PixelsForALine = 120 |
Definition at line 15 of file Segments.cs.