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 GUIAxis.Draw ( Axis_Layout layout,
Texture2D icon,
Vector2 innerScreenOffset,
Vector2 centre,
bool active,
bool useAlternativeInner = false,
bool disabled = false )
inlinestatic

Definition at line 10 of file GUIAxis.cs.

11 {
12 bool recentreOnTouch = layout.RecentreOnTouch;
14 {
15 float x = centre.X;
16 float y = centre.Y;
17 return;
18 }
20 Vector2 centreLocation = layout.CentreLocation;
21 float x2 = layout.CentreLocation.X;
22 float y2 = layout.CentreLocation.Y;
23 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.