Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Draw()

void Terraria.Graphics.Effects.SkyManager.Draw ( SpriteBatch spriteBatch)
inline

Definition at line 48 of file SkyManager.cs.

49 {
50 DrawDepthRange(spriteBatch, float.MinValue, float.MaxValue);
51 }
void DrawDepthRange(SpriteBatch spriteBatch, float minDepth, float maxDepth)
Definition SkyManager.cs:62

References Terraria.Graphics.Effects.SkyManager.DrawDepthRange().