|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
inlinevirtualinherited |
Allows you to make stuff happen whenever the tile at the given coordinates is drawn. For example, creating dust or changing the color the tile is drawn in. SpecialDraw will only be called if coordinates are added using Main.instance.TilesRenderer.AddSpecialLegacyPoint here.
| i | The x position in tile coordinates. |
| j | The y position in tile coordinates. |
| spriteBatch | |
| drawData | Various information about the tile that is being drawn, such as color, framing, glow textures, etc. |
Reimplemented in Terraria.ModLoader.ModPylon.
Definition at line 421 of file ModTile.cs.