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 Types | |
enum | Controls { Element , Back } |
Public Member Functions | |
bool | IsInMenu () |
int | GetNavigationOutDirs () |
void | Activate () |
void | RefreshScrollOffset () |
GUIControllerItem | Navigate (Vector2 navigationVector) |
Rectangle | GetSelectedItemRegion () |
void | NavigateInto (int column, int row) |
GUIControllerCraftingGuidePopup () | |
Public Attributes | |
GUIControllerCraftingGuidePopup.Controls | selectedControl |
Protected Member Functions | |
void | UpdateScroll () |
void | ClampPosition () |
Properties | |
GUIControllerDynamicGridNavigator | GridNav [get, set] |
Private Member Functions | |
DraggableItemGrid_Layout | GetGrid () |
int | GetCollectionCount () |
float | GetItemScale () |
float | GetScrollOffset () |
void | SetScrollOffset (float offset) |
int | GetMenuItemCount () |
int | GetDisplayItemCount () |
Private Attributes | |
GUIControllerDynamicGridNavigator | _gridNav |
Definition at line 8 of file GUIControllerCraftingGuidePopup.cs.