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
DeviceOrientation.cs
Go to the documentation of this file.
1using System;
2
3namespace UnityEngine
4{
5 // Token: 0x02000006 RID: 6
6 public enum DeviceOrientation
7 {
8 // Token: 0x0400001E RID: 30
10 // Token: 0x0400001F RID: 31
12 // Token: 0x04000020 RID: 32
14 // Token: 0x04000021 RID: 33
16 // Token: 0x04000022 RID: 34
18 // Token: 0x04000023 RID: 35
19 FaceUp,
20 // Token: 0x04000024 RID: 36
22 }
23}