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

◆ IsLandscape()

static bool Microsoft.Xna.Framework.Helpers.IsLandscape ( DisplayOrientation orientation)
inlinestatic

Definition at line 204 of file Helpers.cs.

205 {
206 return (orientation & (DisplayOrientation.LandscapeLeft | DisplayOrientation.LandscapeRight)) != 0;
207 }