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

◆ DrawChildren()

virtual void Terraria.UI.UIElement.DrawChildren ( SpriteBatch spriteBatch)
inlineprotectedvirtual

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

Definition at line 406 of file UIElement.cs.

407 {
408 List<UIElement> elements = this.Elements;
409 }
readonly List< UIElement > Elements

References Terraria.UI.UIElement.Elements.