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
DepthFormat.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200039E RID: 926
6 public enum DepthFormat
7 {
8 // Token: 0x040026F5 RID: 9973
9 None,
10 // Token: 0x040026F6 RID: 9974
11 Depth16,
12 // Token: 0x040026F7 RID: 9975
13 Depth24,
14 // Token: 0x040026F8 RID: 9976
16 }
17}