terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Static Public Member Functions | |
static bool | IsCursorOver (Vector2 cursorUIPosition, Panel_Layout layout) |
static bool | RegisterPickingRegion (Panel_Layout layout) |
static Rectangle | Region (Panel_Layout layout) |
static void | Draw (Panel_Layout layout, bool cursorOver=false, Color? overloadBacking=null, Color? overloadBorder=null, Color? overloadHighlight=null) |
static void | DrawAtPosition (Panel_Layout layout, Vector2 position, Vector2 size, bool cursorOver=false) |
static void | DrawHorizontalFill (Panel_Layout layout, Rectangle backgroundFillRegion, float fillScale) |
static void | DrawBacking (Vector2 position, Vector2 size, Texture2D texture, Color color, Rectangle? sourceFrame=null) |
Static Public Attributes | |
static bool | forceRescale |
static bool | scaleEdges |
Definition at line 12 of file GUIPanel.cs.