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 | |
XNAUIInputLayer () | |
void | CaptureUICrusorDrag (int dragFromAxis=-1) |
void | CancelUICrusorDrag () |
void | UpdateCursor (global::Cursor cursor) |
void | UpdateCursorSecondary (global::Cursor cursor) |
void | CaptureWorldCursor () |
void | WorldUpdateCursor (global::Cursor cursor) |
void | ResetTimeWithoutCursor () |
void | Update (float elapsedTime) |
global::Cursor | GetUICursor () |
global::Cursor | GetWorldCursor () |
Static Public Member Functions | |
static float | UITextAlphaCustom (float _timeForFullUIMouse, float _timeForUIMouseFade=1f) |
Public Attributes | |
CursorInputLayer | _inputLayer |
CursorInputLayer | _inputLayer2 |
CursorInputLayer | _worldInputLayer |
int | UICrusorDraggingFromAxis = 1 |
bool | UICrusorDragging = true |
bool | HadUICursor |
float | _timeWithoutUICursor |
Static Public Attributes | |
static XNAUIInputLayer | Instance |
Properties | |
static float | UITextAlpha [get] |
Static Private Attributes | |
const float | TimeForUIMouseFade = 1f |
const float | TimeForFullUIMouse = 1f |
Definition at line 7 of file XNAUIInputLayer.cs.