|
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 Terraria.GameContent.UI.Minimap.MinimapFrame.Button:Public Member Functions | |
| Button (Asset< Texture2D > hoverTexture, Vector2 position, Action mouseDownCallback) | |
| void | Click () |
| void | Draw (SpriteBatch spriteBatch, Vector2 parentPosition) |
| bool | IsTouchingPoint (Vector2 testPoint, Vector2 parentPosition) |
Public Attributes | |
| bool | IsHighlighted |
Properties | |
| Vector2 | Size [get, set] |
Private Attributes | |
| readonly Vector2 | _position |
| readonly Asset< Texture2D > | _hoverTexture |
| readonly Action | _onMouseDown |
Definition at line 437 of file MinimapFrame.cs.