Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsLandscape()
static
bool
Microsoft.Xna.Framework.Helpers.IsLandscape
(
DisplayOrientation
orientation
)
inline
static
Definition at line
204
of file
Helpers.cs
.
205
{
206
return
(orientation & (DisplayOrientation.LandscapeLeft | DisplayOrientation.LandscapeRight)) != 0;
207
}
Microsoft
Xna
Framework
Helpers
Generated by
1.10.0