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

◆ IsCursorOver()

static bool GUISlider.IsCursorOver ( Vector2 cursorPosition,
Slider_Layout layout )
inlinestatic

Definition at line 81 of file GUISlider.cs.

82 {
84 int width = texture2D.Width;
85 int height = texture2D.Height;
86 int width2 = texture2D.Width;
87 int height2 = texture2D.Height;
88 return true;
89 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and Microsoft.Xna.Framework.Graphics.Texture2D.Width.