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

static void GUIAxis.Draw ( Axis_Layout layout,
Texture2D icon,
Rectangle srcRect,
Vector2 innerScreenOffset,
Vector2 centre,
bool active,
bool useAlternativeInner = false,
bool disabled = false )
inlinestatic

Definition at line 26 of file GUIAxis.cs.

27 {
28 bool recentreOnTouch = layout.RecentreOnTouch;
30 {
31 bool value = active.m_value;
32 return;
33 }
35 Vector2 centreLocation = layout.CentreLocation;
36 float x = layout.CentreLocation.X;
37 float y = layout.CentreLocation.Y;
38 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.value.