Packagecom.myflashlab.air.extensions.googleVR
Classpublic class VRConfig
InheritanceVRConfig Inheritance Object
Subclasses VRConfigImg, VRConfigVid



Public Properties
 PropertyDefined By
  btnExit : File
Indicates the location of the exit button which is drawn over the VR window
VRConfig
  fullscreenButtonEnabled : Boolean
Shows or hides the button to transition to fullscreen mode.
VRConfig
  infoButtonEnabled : Boolean
VRConfig
  stereoModeButtonEnabled : Boolean
Indicates if the VR mode button should be enabled or not
VRConfig
  touchTrackingEnabled : Boolean
Enables or disables tracking of the view via touch gestures.
VRConfig
Protected Properties
 PropertyDefined By
  _btnExit : File
VRConfig
  _btnExitAddress : String
VRConfig
  _fullscreenButtonEnabled : Boolean = true
VRConfig
  _infoButtonEnabled : Boolean = true
VRConfig
  _stereoModeButtonEnabled : Boolean = true
VRConfig
  _touchTrackingEnabled : Boolean = true
VRConfig
Public Methods
 MethodDefined By
  
VRConfig
Public Constants
 ConstantDefined By
  TYPE_MONO : int = 1
[static]
VRConfig
  TYPE_STEREO_OVER_UNDER : int = 2
[static]
VRConfig
Property Detail
_btnExitproperty
protected var _btnExit:File

_btnExitAddressproperty 
protected var _btnExitAddress:String

_fullscreenButtonEnabledproperty 
protected var _fullscreenButtonEnabled:Boolean = true

_infoButtonEnabledproperty 
protected var _infoButtonEnabled:Boolean = true

_stereoModeButtonEnabledproperty 
protected var _stereoModeButtonEnabled:Boolean = true

_touchTrackingEnabledproperty 
protected var _touchTrackingEnabled:Boolean = true

btnExitproperty 
btnExit:File

Indicates the location of the exit button which is drawn over the VR window


Implementation
    public function get btnExit():File
    public function set btnExit(value:File):void
fullscreenButtonEnabledproperty 
fullscreenButtonEnabled:Boolean

Shows or hides the button to transition to fullscreen mode. This button is visible by default whenever the View is in embedded or in stereo mode.


Implementation
    public function get fullscreenButtonEnabled():Boolean
    public function set fullscreenButtonEnabled(value:Boolean):void
infoButtonEnabledproperty 
infoButtonEnabled:Boolean


Implementation
    public function get infoButtonEnabled():Boolean
    public function set infoButtonEnabled(value:Boolean):void
stereoModeButtonEnabledproperty 
stereoModeButtonEnabled:Boolean

Indicates if the VR mode button should be enabled or not


Implementation
    public function get stereoModeButtonEnabled():Boolean
    public function set stereoModeButtonEnabled(value:Boolean):void
touchTrackingEnabledproperty 
touchTrackingEnabled:Boolean

Enables or disables tracking of the view via touch gestures. Only the heading angle can be controlled by touch. This is true by default.


Implementation
    public function get touchTrackingEnabled():Boolean
    public function set touchTrackingEnabled(value:Boolean):void
Constructor Detail
VRConfig()Constructor
public function VRConfig()



Constant Detail
TYPE_MONOConstant
public static const TYPE_MONO:int = 1

TYPE_STEREO_OVER_UNDERConstant 
public static const TYPE_STEREO_OVER_UNDER:int = 2