terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Draw() [3/29]

void Microsoft.Xna.Framework.Graphics.SpriteBatch.Draw ( Texture2D texture,
Rectangle destinationRectangle,
Rectangle? sourceRectangle,
Color color )
inlineinherited

Definition at line 574 of file SpriteBatch.cs.

575 {
576 SpriteBatchItem spriteBatchItem = this.InsertNewBatchItem(texture);
577 float texelWidth = texture.TexelWidth;
578 }
class f__AnonymousType0<< Count > j__TPar
SpriteBatchItem InsertNewBatchItem(Texture2D texture)

References Microsoft.Xna.Framework.Graphics.SpriteBatch.InsertNewBatchItem(), j__TPar, and Microsoft.Xna.Framework.Graphics.Texture2D.TexelWidth.