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
StencilOperation.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020003A3 RID: 931
6 public enum StencilOperation
7 {
8 // Token: 0x0400272D RID: 10029
9 Keep,
10 // Token: 0x0400272E RID: 10030
11 Zero,
12 // Token: 0x0400272F RID: 10031
13 Replace,
14 // Token: 0x04002730 RID: 10032
16 // Token: 0x04002731 RID: 10033
18 // Token: 0x04002732 RID: 10034
20 // Token: 0x04002733 RID: 10035
22 // Token: 0x04002734 RID: 10036
23 Invert
24 }
25}