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

◆ Draw()

void Terraria.GameContent.UI.WiresUI.WiresRadial.Draw ( SpriteBatch spriteBatch)
inline

Definition at line 171 of file WiresUI.cs.

172 {
173 DrawFlower(spriteBatch);
174 DrawCursorArea(spriteBatch);
175 }
void DrawCursorArea(SpriteBatch spriteBatch)
Definition WiresUI.cs:493
void DrawFlower(SpriteBatch spriteBatch)
Definition WiresUI.cs:324

References Terraria.GameContent.UI.WiresUI.WiresRadial.DrawCursorArea(), and Terraria.GameContent.UI.WiresUI.WiresRadial.DrawFlower().