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

◆ StencilOp

Enumerator
Keep 
Zero 
Replace 
IncrementSaturate 
DecrementSaturate 
Invert 
IncrementWrap 
DecrementWrap 

Definition at line 8 of file StencilOp.cs.

9 {
10 // Token: 0x04000465 RID: 1125
11 Keep,
12 // Token: 0x04000466 RID: 1126
13 Zero,
14 // Token: 0x04000467 RID: 1127
15 Replace,
16 // Token: 0x04000468 RID: 1128
18 // Token: 0x04000469 RID: 1129
20 // Token: 0x0400046A RID: 1130
21 Invert,
22 // Token: 0x0400046B RID: 1131
24 // Token: 0x0400046C RID: 1132
26 }