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

◆ Draw()

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

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

Definition at line 436 of file AmbientSky.cs.

437 {
438 CommonDraw(spriteBatch, depthScale - 0.1f, minDepth, maxDepth);
439 }
void CommonDraw(SpriteBatch spriteBatch, float depthScale, float minDepth, float maxDepth)
Definition AmbientSky.cs:59

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