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

◆ Draw()

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

Definition at line 283 of file WiresUI.cs.

284 {
285 this.DrawFlower(spriteBatch);
286 this.DrawCursorArea(spriteBatch);
287 }
void DrawCursorArea(SpriteBatch spriteBatch)
Definition WiresUI.cs:354
void DrawFlower(SpriteBatch spriteBatch)
Definition WiresUI.cs:321

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