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
RenderTextureCreationFlags.cs
Go to the documentation of this file.
1using System;
2
3namespace UnityEngine
4{
5 // Token: 0x0200006D RID: 109
6 [Flags]
8 {
9 // Token: 0x040002C7 RID: 711
10 MipMap = 1,
11 // Token: 0x040002C8 RID: 712
13 // Token: 0x040002C9 RID: 713
14 SRGB = 4,
15 // Token: 0x040002CA RID: 714
16 EyeTexture = 8,
17 // Token: 0x040002CB RID: 715
19 // Token: 0x040002CC RID: 716
21 // Token: 0x040002CD RID: 717
23 // Token: 0x040002CE RID: 718
25 // Token: 0x040002CF RID: 719
27 // Token: 0x040002D0 RID: 720
28 BindMS = 2048
29 }
30}