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

◆ AnchorType

Enumerator
TopLeft 
TopCentre 
TopRight 
CentreLeft 
CentreBoth 
CentreRight 
BottomLeft 
BottomCentre 
BottomRight 

Definition at line 2049 of file LayoutCalculator.cs.

2050 {
2051 [global::Cpp2ILInjected.Token(Token = "0x40011F4")]
2052 TopLeft = 9,
2053 [global::Cpp2ILInjected.Token(Token = "0x40011F5")]
2054 TopCentre,
2055 [global::Cpp2ILInjected.Token(Token = "0x40011F6")]
2056 TopRight = 12,
2057 [global::Cpp2ILInjected.Token(Token = "0x40011F7")]
2058 CentreLeft = 17,
2059 [global::Cpp2ILInjected.Token(Token = "0x40011F8")]
2060 CentreBoth,
2061 [global::Cpp2ILInjected.Token(Token = "0x40011F9")]
2062 CentreRight = 20,
2063 [global::Cpp2ILInjected.Token(Token = "0x40011FA")]
2064 BottomLeft = 33,
2065 [global::Cpp2ILInjected.Token(Token = "0x40011FB")]
2067 [global::Cpp2ILInjected.Token(Token = "0x40011FC")]
2068 BottomRight = 36
2069 }