|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
inlinevirtual |
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. |
| type | The Tile type of the tile being drawn |
| spriteBatch | The SpriteBatch that should be used for all draw calls |
| drawData | Various information about the tile that is being drawn, such as color, framing, glow textures, etc. |
Definition at line 169 of file GlobalTile.cs.