|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for Terraria.GameContent.Animations.Segments.LocalizedTextSegment:
Collaboration diagram for Terraria.GameContent.Animations.Segments.LocalizedTextSegment:Public Member Functions | |
| LocalizedTextSegment (float timeInAnimation, string textKey) | |
| LocalizedTextSegment (float timeInAnimation, LocalizedText textObject, Vector2 anchorOffset) | |
| void | Draw (ref GameAnimationSegment info) |
Properties | |
| float | DedicatedTimeNeeded [get, set] |
Private Attributes | |
| LocalizedText | _text |
| float | _timeToShowPeak |
| Vector2 | _anchorOffset |
Static Private Attributes | |
| const int | PixelsForALine = 120 |
Definition at line 34 of file Segments.cs.