terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Terraria.GameContent.UI.GameTipsDisplay.GameTip Class Reference

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]
 

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
 

Detailed Description

Definition at line 74 of file GameTipsDisplay.cs.


The documentation for this class was generated from the following file: