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
GUIControllerNavigationDirections.cs
Go to the documentation of this file.
1
using
System
;
2
3
// Token: 0x02000092 RID: 146
4
public
enum
GUIControllerNavigationDirections
5
{
6
// Token: 0x0400036E RID: 878
7
Up
= 1,
8
// Token: 0x0400036F RID: 879
9
Down
,
10
// Token: 0x04000370 RID: 880
11
Left
= 4,
12
// Token: 0x04000371 RID: 881
13
Right
= 8,
14
// Token: 0x04000372 RID: 882
15
AllowDownLeft
= 16,
16
// Token: 0x04000373 RID: 883
17
AllowDownRight
= 32,
18
// Token: 0x04000374 RID: 884
19
AllowUpLeft
= 32,
20
// Token: 0x04000375 RID: 885
21
AllowUpRight
= 64
22
}
GUIControllerNavigationDirections
GUIControllerNavigationDirections
Definition
GUIControllerNavigationDirections.cs:5
GUIControllerNavigationDirections.Down
@ Down
GUIControllerNavigationDirections.AllowDownRight
@ AllowDownRight
GUIControllerNavigationDirections.Up
@ Up
GUIControllerNavigationDirections.AllowUpRight
@ AllowUpRight
GUIControllerNavigationDirections.AllowUpLeft
@ AllowUpLeft
GUIControllerNavigationDirections.Right
@ Right
GUIControllerNavigationDirections.Left
@ Left
GUIControllerNavigationDirections.AllowDownLeft
@ AllowDownLeft
System
Definition
__ComObject.cs:4
source
GUIControllerNavigationDirections.cs
Generated by
1.10.0