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

◆ CameraClearFlags

Enumerator
Skybox 
Color 
SolidColor 
Depth 
Nothing 

Definition at line 6 of file CameraClearFlags.cs.

7 {
8 // Token: 0x04000245 RID: 581
9 Skybox = 1,
10 // Token: 0x04000246 RID: 582
11 Color,
12 // Token: 0x04000247 RID: 583
13 SolidColor = 2,
14 // Token: 0x04000248 RID: 584
15 Depth,
16 // Token: 0x04000249 RID: 585
17 Nothing
18 }