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

◆ DrawRectForTilesInWorld() [2/2]

static void Terraria.Utils.DrawRectForTilesInWorld ( SpriteBatch spriteBatch,
Rectangle rect,
Color color )
inlinestatic

Definition at line 2080 of file Utils.cs.

2081 {
2082 DrawRectForTilesInWorld(spriteBatch, new Point(rect.X, rect.Y), new Point(rect.X + rect.Width, rect.Y + rect.Height), color);
2083 }
static void DrawRectForTilesInWorld(SpriteBatch spriteBatch, Rectangle rect, Color color)
Definition Utils.cs:2080

References Terraria.Utils.DrawRectForTilesInWorld(), and Microsoft.Xna.Framework.Graphics.Point.

Referenced by Terraria.Utils.DrawRectForTilesInWorld().