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

◆ Draw() [3/7]

void Terraria.DataStructures.SpriteDrawBuffer.Draw ( Texture2D texture,
Rectangle destination,
VertexColors colors )
inline

Definition at line 121 of file SpriteDrawBuffer.cs.

122 {
123 Draw(texture, destination, null, colors);
124 }

References System.destination, and Microsoft.Xna.Framework.Draw.