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 Member Functions | |
Rectangle | GetRegion () |
void | Draw () |
void | Close () |
GUIPageGroupEdit () | |
Public Attributes | |
bool | Enabled |
Vector2 | toggleSize |
Private Member Functions | |
int | SortSettings (GUIPageIconGrouping.SettingCategory x, GUIPageIconGrouping.SettingCategory y) |
int | SortCategories (GUIPageIcons.Category x, GUIPageIcons.Category y) |
float | ItemScale (int index) |
void | ItemOver (int index) |
void | DisableCategory (GUIPageIcons.Category cat) |
void | DisableSetting (GUIPageIconGrouping.SettingCategory cat) |
void | ItemDraw (ItemGrid_Layout gridLayout, int index, Vector2 position, float scale) |
bool | IsOverGroupOptions (Vector2 position) |
Private Attributes | |
bool | LastHorizontal |
List< GUIPageIcons.Category > | PageOptions |
List< GUIPageIconGrouping.SettingCategory > | SettingOptions |
int | hoverItem |
bool | CanOptionBeAdded |
GUIInputRegionExclusive | pickingInterceptor |
Rectangle | popupRegion |
Definition at line 13 of file GUIPageGroupEdit.cs.