terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ TouchControlAnchor

Enumerator
TopLeft 
CenterLeft 
BottomLeft 
TopCenter 
Center 
BottomCenter 
TopRight 
CenterRight 
BottomRight 

Definition at line 7 of file TouchControlAnchor.cs.

8 {
9 [global::Cpp2ILInjected.Token(Token = "0x400038C")]
10 TopLeft,
11 [global::Cpp2ILInjected.Token(Token = "0x400038D")]
13 [global::Cpp2ILInjected.Token(Token = "0x400038E")]
15 [global::Cpp2ILInjected.Token(Token = "0x400038F")]
17 [global::Cpp2ILInjected.Token(Token = "0x4000390")]
18 Center,
19 [global::Cpp2ILInjected.Token(Token = "0x4000391")]
21 [global::Cpp2ILInjected.Token(Token = "0x4000392")]
23 [global::Cpp2ILInjected.Token(Token = "0x4000393")]
25 [global::Cpp2ILInjected.Token(Token = "0x4000394")]
27 }