Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
bool | IsExpired (double currentTime) |
bool | IsExpiring (double currentTime) |
GameTip (string textKey, 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 |
Definition at line 13 of file GameTipsDisplay.cs.