TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ WorldUIAnchor() [3/4]

Terraria.GameContent.UI.WorldUIAnchor.WorldUIAnchor ( Vector2 anchor)
inline

Definition at line 43 of file WorldUIAnchor.cs.

44 {
45 //IL_0001: Unknown result type (might be due to invalid IL or missing references)
46 //IL_0006: Unknown result type (might be due to invalid IL or missing references)
47 //IL_000c: Unknown result type (might be due to invalid IL or missing references)
48 //IL_0011: Unknown result type (might be due to invalid IL or missing references)
49 //IL_0024: Unknown result type (might be due to invalid IL or missing references)
50 //IL_0025: Unknown result type (might be due to invalid IL or missing references)
51 type = AnchorType.Pos;
52 pos = anchor;
53 }

References Terraria.GameContent.UI.WorldUIAnchor.pos, and Terraria.GameContent.UI.WorldUIAnchor.type.