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

◆ DrawBacking()

static void GUIPanel.DrawBacking ( Vector2 position,
Vector2 size,
Texture2D texture,
Color color,
[Optional] Rectangle? sourceFrame )
inlinestatic

Definition at line 176 of file GUIPanel.cs.

177 {
178 if (position != null)
179 {
180 return;
181 }
182 }