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

◆ BottomRight()

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

Definition at line 993 of file Utils.cs.

994 {
995 return new Vector2(r.X + r.Width, r.Y + r.Height);
996 }

References Microsoft.Xna.Framework.Graphics.Vector2.