Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ DrawChildren()

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

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

Definition at line 158 of file UIElement.cs.

159 {
160 foreach (UIElement element in Elements)
161 {
162 element.Draw(spriteBatch);
163 }
164 }

References Terraria.UI.UIElement.Draw().

Referenced by Terraria.UI.UIElement.Draw().