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

◆ CreateEmptyTexture()

void Microsoft.Xna.Framework.Graphics.Texture2D.CreateEmptyTexture ( object data)
inlineprivate

Definition at line 378 of file Texture2D.cs.

379 {
380 int width = this.Width;
381 int arraySize = this.ArraySize;
382 this._textureLoaded = true;
383 }
class f__AnonymousType0<< Count > j__TPar

References Microsoft.Xna.Framework.Graphics.Texture2D.ArraySize, j__TPar, and Microsoft.Xna.Framework.Graphics.Texture2D.Width.