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

◆ DrawInvBG() [1/3]

static void Terraria.Utils.DrawInvBG ( SpriteBatch sb,
float x,
float y,
float w,
float h,
Color c = default(Color) )
inlinestatic

Definition at line 1926 of file Utils.cs.

1927 {
1928 DrawInvBG(sb, (int)x, (int)y, (int)w, (int)h, c);
1929 }
static void DrawInvBG(SpriteBatch sb, Rectangle R, Color c=default(Color))
Definition Utils.cs:1921

References Terraria.Utils.DrawInvBG().