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

◆ ClearOptions

Enumerator
Target 
DepthBuffer 
Stencil 

Definition at line 7 of file ClearOptions.cs.

8 {
9 // Token: 0x04002411 RID: 9233
10 Target = 1,
11 // Token: 0x04002412 RID: 9234
12 DepthBuffer = 2,
13 // Token: 0x04002413 RID: 9235
14 Stencil = 4
15 }