terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Terraria.GameContent.UI.WorldUIAnchor Class Reference

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 7 of file WorldUIAnchor.cs.


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