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

◆ TextureCreationFlags

Enumerator
None 
MipChain 
Crunch 

Definition at line 7 of file TextureCreationFlags.cs.

8 {
9 // Token: 0x04000561 RID: 1377
10 None = 0,
11 // Token: 0x04000562 RID: 1378
12 MipChain = 1,
13 // Token: 0x04000563 RID: 1379
14 Crunch = 64
15 }