Package | com.myflashlab.air.extensions.googleVR |
Class | public class DisplayMode |
Inheritance | DisplayMode Object |
Constant | Defined 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 |
EMBEDDED | Constant |
public static const EMBEDDED:int = 1
The VR View is shown non-fullscreen, embedded in the client layout.
FULLSCREEN_MONO | Constant |
public static const FULLSCREEN_MONO:int = 2
The VR View is shown fullscreen as just one window.
FULLSCREEN_STEREO | Constant |
public static const FULLSCREEN_STEREO:int = 3
The VR View is shown fullscreen in stereo mode, with one window for each eye.