|
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 GUIBuilderAccToggles:Public Member Functions | |
| Rectangle | GetRegion () |
| TransactionButton_Layout | SetupLayout () |
| void | FinaliseLayout (TransactionButton_Layout layout) |
| void | Draw () |
| void | Close () |
| GUIBuilderAccToggles () | |
Public Attributes | |
| bool | Enabled |
| Microsoft.Xna.Framework.Vector2 | toggleSize |
Properties | |
| int | ItemCount [get, set] |
Private Member Functions | |
| void | RefreshList (Player plr) |
| float | ItemScale (int index) |
| void | ItemOver (int index) |
| void | ItemDraw (ItemGrid_Layout gridLayout, int z, Microsoft.Xna.Framework.Vector2 position, float scale) |
| bool | IsOverBuilderTools (Microsoft.Xna.Framework.Vector2 position) |
Private Attributes | |
| float | toggleButtonScale |
| int | blockReplaceIcons |
| int | torchGodIcons |
| int | totalDrawnIcons |
| int | hoverItem |
| GUIInputRegionExclusive | pickingInterceptor |
| List< int > | items |
| float | TimeSinceChanged |
| string | TooltipString |
Definition at line 16 of file GUIBuilderAccToggles.cs.