Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
void | LerpVertexColorsWithColor (ref VertexColors colors, Color lerpColor, float percent) |
WallDrawing (TilePaintSystemV2 paintSystem) | |
void | Update () |
void | DrawWalls () |
Protected Member Functions | |
bool | FullTile (int x, int y) |
Private Member Functions | |
Texture2D | GetTileDrawTexture (Tile tile, int tileX, int tileY) |
Private Attributes | |
Tile[,] | _tileArray |
TilePaintSystemV2 | _paintSystem |
bool | _shouldShowInvisibleWalls |
Static Private Attributes | |
static VertexColors | _glowPaintColors = new VertexColors(Color.White) |
Definition at line 9 of file WallDrawing.cs.