Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
PlayerOffScreenCache (string name, Vector2 pos, Color color, Vector2 npDistPos, string npDist, Player thePlayer, Vector2 theMeasurement) | |
void | DrawPlayerName (SpriteBatch spriteBatch) |
void | DrawPlayerHead () |
void | DrawLifeBar () |
void | DrawPlayerDistance (SpriteBatch spriteBatch) |
Private Attributes | |
Player | player |
string | nameToShow |
Vector2 | namePlatePos |
Color | namePlateColor |
Vector2 | distanceDrawPosition |
string | distanceString |
Vector2 | measurement |
Definition at line 41 of file NewMultiplayerClosePlayersOverlay.cs.