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.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200035A RID: 858
6 [Flags]
7 public enum ClearOptions
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 }
16}