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() [2/2]

static void GUIButton.Draw ( Button_Layout layout,
Texture2D texture,
[Optional] Color? overrideColor,
[Optional] float? overrideScale )
inlinestatic

Definition at line 42 of file GUIButton.cs.

43 {
44 if (!true)
45 {
46 }
49 Vector2 location = layout.Location;
50 float x = layout.Location.X;
51 float y = layout.Location.Y;
52 }
class f__AnonymousType0<< Count > j__TPar
static SpriteBatch sb
Definition GUIButton.cs:13

References j__TPar, and sb.