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

◆ AnchorFlags

Enumerator
Left 
CentreHorizontal 
Right 
Top 
CentreVertical 
Bottom 

Definition at line 2032 of file LayoutCalculator.cs.

2033 {
2034 [global::Cpp2ILInjected.Token(Token = "0x40011ED")]
2035 Left = 1,
2036 [global::Cpp2ILInjected.Token(Token = "0x40011EE")]
2038 [global::Cpp2ILInjected.Token(Token = "0x40011EF")]
2039 Right = 4,
2040 [global::Cpp2ILInjected.Token(Token = "0x40011F0")]
2041 Top = 8,
2042 [global::Cpp2ILInjected.Token(Token = "0x40011F1")]
2043 CentreVertical = 16,
2044 [global::Cpp2ILInjected.Token(Token = "0x40011F2")]
2045 Bottom = 32
2046 }