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
CameraClearFlags.cs
Go to the documentation of this file.
1using System;
2
3namespace UnityEngine
4{
5 // Token: 0x02000065 RID: 101
6 public enum CameraClearFlags
7 {
8 // Token: 0x04000245 RID: 581
9 Skybox = 1,
10 // Token: 0x04000246 RID: 582
11 Color,
12 // Token: 0x04000247 RID: 583
13 SolidColor = 2,
14 // Token: 0x04000248 RID: 584
15 Depth,
16 // Token: 0x04000249 RID: 585
18 }
19}