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

◆ RecalculateChildren()

virtual void Terraria.UI.UIElement.RecalculateChildren ( )
inlinevirtual

Reimplemented in Terraria.GameContent.UI.Elements.UIList.

Definition at line 712 of file UIElement.cs.

713 {
714 List<UIElement> elements = this.Elements;
715 }
readonly List< UIElement > Elements

References Terraria.UI.UIElement.Elements.