Terraria v1.4.4.9
Terraria source code documentation
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

AnchorType type
 
Entity entity
 
Vector2 pos = Vector2.Zero
 
Vector2 size = Vector2.Zero
 

Detailed Description

Definition at line 6 of file WorldUIAnchor.cs.


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