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
TextureWrapMode.cs
Go to the documentation of this file.
1using System;
2
3namespace UnityEngine
4{
5 // Token: 0x02000069 RID: 105
6 public enum TextureWrapMode
7 {
8 // Token: 0x04000259 RID: 601
9 Repeat,
10 // Token: 0x0400025A RID: 602
11 Clamp,
12 // Token: 0x0400025B RID: 603
13 Mirror,
14 // Token: 0x0400025C RID: 604
16 }
17}