Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Rectangle()
[2/2]
Terraria.WorldBuilding.Shapes.Rectangle.Rectangle
(
int
width
,
int
height
)
inline
Definition at line
142
of file
Shapes.cs
.
143
{
144
_area
=
new
Microsoft
.
Xna
.
Framework
.
Rectangle
(0, 0, width, height);
145
}
Terraria.WorldBuilding.Shapes.Rectangle._area
Microsoft.Xna.Framework.Rectangle _area
Definition
Shapes.cs:135
Microsoft.Xna.Framework
Definition
AlphaTestEffect.cs:1
Microsoft.Xna
Definition
AlphaTestEffect.cs:1
Microsoft
Definition
AlphaTestEffect.cs:1
Microsoft.Xna.Framework.Rectangle
Definition
Rectangle.cs:12
References
Terraria.WorldBuilding.Shapes.Rectangle._area
.
Terraria
WorldBuilding
Shapes
Rectangle
Generated by
1.10.0