|
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.UI.SnapPoint:Public Member Functions | |
| SnapPoint (string name, int id, Vector2 anchor, Vector2 offset) | |
| void | Calculate (UIElement element) |
| void | ThisIsAHackThatChangesTheSnapPointsInfo (Vector2 anchor, Vector2 offset, int id) |
Public Attributes | |
| string | Name |
Properties | |
| int | Id [get, set, private set] |
| Vector2 | Position [get, set, private set] |
Private Attributes | |
| int< Id > | k__BackingField |
| Vector2< Position > | k__BackingField |
| Vector2 | _anchor |
| Vector2 | _offset |
Definition at line 14 of file SnapPoint.cs.