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

◆ BottomLeft()

static Vector2 Terraria.Utils.BottomLeft ( this Rectangle r)
inlinestatic

Definition at line 1223 of file Utils.cs.

1224 {
1225 //IL_0000: Unknown result type (might be due to invalid IL or missing references)
1226 //IL_0007: Unknown result type (might be due to invalid IL or missing references)
1227 //IL_000d: Unknown result type (might be due to invalid IL or missing references)
1228 //IL_0015: Unknown result type (might be due to invalid IL or missing references)
1229 return new Vector2((float)r.X, (float)(r.Y + r.Height));
1230 }