terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
GUISafeRegionEdit () | |
void | UpdateCursor (global::Cursor cursor) |
void | DrawBacking () |
void | UpdateEdit () |
void | Draw () |
Private Member Functions | |
bool | UpdateCursorDragging (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 5 of file GUISafeRegionEdit.cs.