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

◆ AnchorType

Enumerator
TopLeft 
TopCentre 
TopRight 
CentreLeft 
CentreBoth 
CentreRight 
BottomLeft 
BottomCentre 
BottomRight 

Definition at line 372 of file LayoutCalculator.cs.

373 {
374 // Token: 0x040011F4 RID: 4596
375 TopLeft = 9,
376 // Token: 0x040011F5 RID: 4597
377 TopCentre,
378 // Token: 0x040011F6 RID: 4598
379 TopRight = 12,
380 // Token: 0x040011F7 RID: 4599
381 CentreLeft = 17,
382 // Token: 0x040011F8 RID: 4600
384 // Token: 0x040011F9 RID: 4601
385 CentreRight = 20,
386 // Token: 0x040011FA RID: 4602
387 BottomLeft = 33,
388 // Token: 0x040011FB RID: 4603
390 // Token: 0x040011FC RID: 4604
391 BottomRight = 36
392 }