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

◆ Draw()

override void Terraria.GameContent.Skies.AmbientSky.GastropodGroupSkyEntity.Draw ( SpriteBatch spriteBatch,
float depthScale,
float minDepth,
float maxDepth )
inlinevirtual

Reimplemented from Terraria.GameContent.Skies.AmbientSky.SkyEntity.

Definition at line 659 of file AmbientSky.cs.

660 {
661 CommonDraw(spriteBatch, depthScale - 0.1f, minDepth, maxDepth);
662 }
void CommonDraw(SpriteBatch spriteBatch, float depthScale, float minDepth, float maxDepth)
Definition AmbientSky.cs:59

References Terraria.GameContent.Skies.AmbientSky.SkyEntity.CommonDraw().