|
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 GUIResearchPage:Public Member Functions | |
| void | LoadPageRegion () |
| int | ReforgeCost () |
| void | Reset () |
| void | DrawResearch () |
| void | Draw () |
| float | ResearchItemScale (int index) |
| void | ResearchItemOver (int index) |
| void | ResearchItemDraw (ItemGrid_Layout gridLayout, int index, Vector2 position, float scale) |
| GUIResearchPage () | |
Public Attributes | |
| List< int > | _researchItems |
| int | _selectedItem |
| float | scrollOffset |
Properties | |
| bool | Collapsed [get, set] |
| bool | HasFocus [get, set] |
| Item | ResearchItem [get, set] |
Private Member Functions | |
| void | RefreshItems () |
Private Attributes | |
| float | researchScale |
| int | refCost |
| Item | _defaultItem |
| float | scrollMomentum |
| int | scrollDragging |
| Vector2 | dragOffset |
| int | cursorOver |
| float | reforgeActionScale |
Definition at line 16 of file GUIResearchPage.cs.