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

◆ ToVector2D() [1/3]

static Vector2D Terraria.Utils.ToVector2D ( this Point p)
inlinestatic

Definition at line 1565 of file Utils.cs.

1566 {
1567 //IL_0000: Unknown result type (might be due to invalid IL or missing references)
1568 //IL_0007: Unknown result type (might be due to invalid IL or missing references)
1569 return new Vector2D(p.X, p.Y);
1570 }