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
TextureFilter.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020003A6 RID: 934
6 public enum TextureFilter
7 {
8 // Token: 0x04002743 RID: 10051
9 Linear,
10 // Token: 0x04002744 RID: 10052
11 Point,
12 // Token: 0x04002745 RID: 10053
14 // Token: 0x04002746 RID: 10054
16 // Token: 0x04002747 RID: 10055
18 // Token: 0x04002748 RID: 10056
20 // Token: 0x04002749 RID: 10057
22 // Token: 0x0400274A RID: 10058
24 // Token: 0x0400274B RID: 10059
26 }
27}