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() [1/2]

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

Definition at line 65 of file Texture.cs.

66 {
67 w.m_value = width;
68 h.m_value = height;
69 d.m_value = depth;
70 int num = 1;
71 w.m_value = num;
72 int num2 = 1;
74 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.