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
ColorWriteMask.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200010B RID: 267
6 [Flags]
7 public enum ColorWriteMask
8 {
9 // Token: 0x0400045F RID: 1119
10 Alpha = 1,
11 // Token: 0x04000460 RID: 1120
12 Blue = 2,
13 // Token: 0x04000461 RID: 1121
14 Green = 4,
15 // Token: 0x04000462 RID: 1122
16 Red = 8,
17 // Token: 0x04000463 RID: 1123
18 All = 15
19 }
20}