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
RenderTextureMemoryless.cs
Go to the documentation of this file.
1using System;
2
3namespace UnityEngine
4{
5 // Token: 0x0200006F RID: 111
6 [Flags]
8 {
9 // Token: 0x040002D6 RID: 726
10 None = 0,
11 // Token: 0x040002D7 RID: 727
12 Color = 1,
13 // Token: 0x040002D8 RID: 728
14 Depth = 2,
15 // Token: 0x040002D9 RID: 729
16 MSAA = 4
17 }
18}