Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.GameContent.Drawing.WallDrawing Class Reference

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)
 

Detailed Description

Definition at line 9 of file WallDrawing.cs.


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