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

◆ DirectionFrom()

static Vector2 Terraria.Utils.DirectionFrom ( this Vector2 Origin,
Vector2 Target )
inlinestatic

Definition at line 1832 of file Utils.cs.

1833 {
1834 //IL_0000: Unknown result type (might be due to invalid IL or missing references)
1835 //IL_0001: Unknown result type (might be due to invalid IL or missing references)
1836 //IL_0002: Unknown result type (might be due to invalid IL or missing references)
1837 //IL_0007: Unknown result type (might be due to invalid IL or missing references)
1838 return Vector2.Normalize(Origin - Target);
1839 }