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

◆ GetSizeForLevel() [2/2]

static void Microsoft.Xna.Framework.Graphics.Texture.GetSizeForLevel ( int width,
int height,
int level,
[Out] int w,
[Out] int h )
inlinestaticpackageinherited

Definition at line 51 of file Texture.cs.

52 {
53 w.m_value = width;
54 h.m_value = height;
55 h.m_value = height;
56 if (height != 0)
57 {
58 return;
59 }
60 int num = 1;
61 h.m_value = num;
62 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.