|
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.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 |
Definition at line 14 of file WorldUIAnchor.cs.