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
MeshTopology.cs
Go to the documentation of this file.
1using System;
2
3namespace UnityEngine
4{
5 // Token: 0x02000066 RID: 102
6 public enum MeshTopology
7 {
8 // Token: 0x0400024B RID: 587
10 // Token: 0x0400024C RID: 588
11 Quads = 2,
12 // Token: 0x0400024D RID: 589
13 Lines,
14 // Token: 0x0400024E RID: 590
16 // Token: 0x0400024F RID: 591
17 Points
18 }
19}