NGUtil PropertiesScoreFlash API Documentation V4.6.0
The NGUtil type exposes the following members.
Properties

  NameDescription
Public propertyStatic memberIsHighDensityDisplay
Are we on a high density screen (e.g. Retina display)?
Public propertyStatic memberIsPortrait
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" ;-) ).
Back to Top
See Also