![]() |
tModLoader v2025.09
A mod to make and play Terraria mods
|
Responsible for special rendering of liquid edges/slopes for the rewritten liquid slope handling. More...
Static Public Member Functions | |
static void | Clear () |
static unsafe void | CollectEdgeData (LiquidRenderer.LiquidCache *pCache, Tile tileCache, int tileX, int tileY) |
static void | DrawTileMask (SpriteBatch spriteBatch, RenderTarget2D tileTarget, Vector2 tileTargetOffset) |
Static Public Attributes | |
static bool | Enabled = true |
Whether the special edge rendering logic is enabled. Even if it's enabled, it will only apply if Active is true . | |
static readonly BlendState | MaskingBlendState |
Responsible for special rendering of liquid edges/slopes for the rewritten liquid slope handling.
See the related pull request: https://github.com/tModLoader/tModLoader/pull/4714
|
static |