NGUtil IsPortrait Property ScoreFlash API Documentation V4.6.0
Returns true, if according to Screen.width and Screen.height, we are in portrait mode; and false, if we are more likely in landscape mode (according to Screen.width and Screen.height). A square screen will return false (we define square as "still landscape" ;-) ).

Namespace: NarayanaGames.Common
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax

public static bool IsPortrait { get; }
See Also