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

◆ Bottom()

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

Definition at line 973 of file Utils.cs.

974 {
975 return new Vector2(r.X + r.Width / 2, r.Y + r.Height);
976 }

References Microsoft.Xna.Framework.Graphics.Vector2.