Packagecom.myflashlab.air.extensions.googleVR
Classpublic class DisplayMode
InheritanceDisplayMode Inheritance Object



Public Constants
 ConstantDefined By
  EMBEDDED : int = 1
[static] The VR View is shown non-fullscreen, embedded in the client layout.
DisplayMode
  FULLSCREEN_MONO : int = 2
[static] The VR View is shown fullscreen as just one window.
DisplayMode
  FULLSCREEN_STEREO : int = 3
[static] The VR View is shown fullscreen in stereo mode, with one window for each eye.
DisplayMode
Constant Detail
EMBEDDEDConstant
public static const EMBEDDED:int = 1

The VR View is shown non-fullscreen, embedded in the client layout.

FULLSCREEN_MONOConstant 
public static const FULLSCREEN_MONO:int = 2

The VR View is shown fullscreen as just one window.

FULLSCREEN_STEREOConstant 
public static const FULLSCREEN_STEREO:int = 3

The VR View is shown fullscreen in stereo mode, with one window for each eye.