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
Loading...
Searching...
No Matches
Terraria.GameContent.UI.Minimap.MinimapFrame.Button Class Reference
+ 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
 

Detailed Description

Definition at line 437 of file MinimapFrame.cs.


The documentation for this class was generated from the following file: