|
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
|
Inheritance diagram for Terraria.Graphics.Capture.CaptureInterface.ModeChangeSettings:
Collaboration diagram for Terraria.Graphics.Capture.CaptureInterface.ModeChangeSettings:Public Member Functions | |
| override void | Update () |
| override void | Draw (SpriteBatch sb) |
| override void | ToggleActive (bool tickedOn) |
| override bool | UsingMap () |
| ModeChangeSettings () | |
Public Attributes | |
| bool | Selected |
Private Member Functions | |
| Rectangle | GetRect () |
| void | ButtonDraw (int button, ref string key, ref string value) |
| void | PressButton (int button) |
| void | DrawWaterChoices (SpriteBatch spritebatch, Point start, Point mouse) |
| int | UnnecessaryBiomeSelectionTypeConversion (int index) |
Private Attributes | |
| int | hoveredButton |
| bool | inUI |
Static Private Attributes | |
| const int | ButtonsCount = 7 |
Definition at line 1219 of file CaptureInterface.cs.