Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
OffsetSize()
static
Rectangle
Terraria.Utils.OffsetSize
(
this
Rectangle
rect
,
int
xSize
,
int
ySize
)
inline
static
Definition at line
882
of file
Utils.cs
.
883
{
884
rect.Width +=
xSize
;
885
rect.Height +=
ySize
;
886
return
rect
;
887
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
Terraria
Utils
Generated by
1.10.0