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

◆ GetPitch()

int Microsoft.Xna.Framework.Graphics.Texture.GetPitch ( int width)
inlinepackageinherited

Definition at line 77 of file Texture.cs.

78 {
79 return this._format.GetSize();
80 }

References Microsoft.Xna.Framework.Graphics.Texture._format.