|
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.ModeDragBounds:
Collaboration diagram for Terraria.Graphics.Capture.CaptureInterface.ModeDragBounds:Public Member Functions | |
| override void | Update () |
| override void | Draw (SpriteBatch sb) |
| override void | ToggleActive (bool tickedOn) |
| override bool | UsingMap () |
| void | DrawMarkedArea (SpriteBatch sb) |
| ModeDragBounds () | |
Public Attributes | |
| int | currentAim |
| bool | Selected |
Private Member Functions | |
| void | DragBounds (Vector2 mouse) |
| Rectangle | GetBound (Rectangle drawbox, int boundIndex) |
| void | DrawBound (SpriteBatch sb, Rectangle r, int mode) |
Private Attributes | |
| bool | dragging |
| int | caughtEdge |
| bool | inMap |
Definition at line 952 of file CaptureInterface.cs.