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

◆ DrawRemainingDepth()

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

Definition at line 70 of file SkyManager.cs.

71 {
72 DrawDepthRange(spriteBatch, float.MinValue, _lastDepth);
73 _lastDepth = float.MinValue;
74 }
void DrawDepthRange(SpriteBatch spriteBatch, float minDepth, float maxDepth)
Definition SkyManager.cs:62

References Terraria.Graphics.Effects.SkyManager._lastDepth, and Terraria.Graphics.Effects.SkyManager.DrawDepthRange().