| 
    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 
   | 
 
 Collaboration diagram for Terraria.GameContent.UI.GameTipsDisplay.GameTip:Public Member Functions | |
| bool | IsExpired (double currentTime) | 
| bool | IsExpiring (double currentTime) | 
| GameTip (LocalizedText text, double spawnTime) | |
| void | Update (double currentTime) | 
Public Attributes | |
| float | ScreenAnchorX | 
| readonly float | Duration | 
| readonly double | SpawnTime | 
Properties | |
| string | Text [get, set] | 
Private Attributes | |
| LocalizedText | _textKey | 
| string | _formattedText | 
Static Private Attributes | |
| const float | APPEAR_FROM = 2.5f | 
| const float | APPEAR_TO = 0.5f | 
| const float | DISAPPEAR_TO = -1.5f | 
| const float | APPEAR_TIME = 0.5f | 
| const float | DISAPPEAR_TIME = 1f | 
| const float | DURATION = 11.5f | 
Definition at line 186 of file GameTipsDisplay.cs.