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

◆ AnchorFlags

Enumerator
Left 
CentreHorizontal 
Right 
Top 
CentreVertical 
Bottom 

Definition at line 355 of file LayoutCalculator.cs.

356 {
357 // Token: 0x040011ED RID: 4589
358 Left = 1,
359 // Token: 0x040011EE RID: 4590
361 // Token: 0x040011EF RID: 4591
362 Right = 4,
363 // Token: 0x040011F0 RID: 4592
364 Top = 8,
365 // Token: 0x040011F1 RID: 4593
366 CentreVertical = 16,
367 // Token: 0x040011F2 RID: 4594
368 Bottom = 32
369 }