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.WorldUIAnchor Class Reference
+ Collaboration diagram for Terraria.GameContent.UI.WorldUIAnchor:

Public Types

enum  AnchorType { Entity , Tile , Pos , None }
 

Public Member Functions

 WorldUIAnchor ()
 
 WorldUIAnchor (Entity anchor)
 
 WorldUIAnchor (Vector2 anchor)
 
 WorldUIAnchor (int topLeftX, int topLeftY, int width, int height)
 
bool InRange (Vector2 target, float tileRangeX, float tileRangeY)
 

Public Attributes

WorldUIAnchor.AnchorType type
 
Entity entity
 
Vector2 pos
 
Vector2 size
 

Detailed Description

Definition at line 14 of file WorldUIAnchor.cs.


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