|
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
|
Collaboration diagram for CursorInputLayer:Public Member Functions | |
| CursorInputLayer () | |
| void | UpdateCursor (Cursor cursor) |
| void | Postupdate (List< Cursor > cursors) |
| delegate void | CursorUpdater (Cursor cursor) |
| delegate void | CursorPostUpdate (List< Cursor > cursors) |
Static Public Member Functions | |
| static void | Resort () |
Public Attributes | |
| CursorInputLayer.CursorUpdater | UpdateCallback |
| CursorInputLayer.CursorPostUpdate | PostUpdateCallback |
Static Public Attributes | |
| static bool | Dirty |
Protected Member Functions | |
| override void | Finalize () |
Properties | |
| int | Priority [get, set] |
| static List< CursorInputLayer > | Layers [get, set] |
Static Private Member Functions | |
| static | CursorInputLayer () |
Private Attributes | |
| int | _priority |
Definition at line 8 of file CursorInputLayer.cs.