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
|
Public Member Functions | |
GUISafeRegionEdit () | |
void | UpdateCursor (global::Cursor cursor) |
void | DrawBacking () |
void | UpdateEdit () |
void | Draw () |
Private Member Functions | |
bool | UpdateCursorDragging (ref Rect safeArea) |
Private Attributes | |
CursorInputLayer | _inputLayer |
float | leftInitialOffset |
float | rightInitialOffset |
float | topInitialOffset |
float | bottomInitialOffset |
float | leftScale |
float | rightScale |
float | topScale |
float | bottomScale |
float | finishScale |
float | resetScale |
bool | LeftPressed |
bool | RightPressed |
bool | TopPressed |
bool | BottomPressed |
Definition at line 12 of file GUISafeRegionEdit.cs.