Package | com.myflashlab.air.extensions.googleVR |
Class | public class VRConfigImg |
Inheritance | VRConfigImg VRConfig Object |
VR.api.imageView.attach
method.
Property | Defined 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 | ||
image360 : File
Indicates the location of the 360 image you wish to use in your VR experience. | VRConfigImg | ||
imageType : int
Indicates the image type you are using for the VR experience. | VRConfigImg | ||
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 |
Method | Defined By | ||
---|---|---|---|
VRConfigImg |
image360 | property |
image360:File
Indicates the location of the 360 image you wish to use in your VR experience.
public function get image360():File
public function set image360(value:File):void
imageType | property |
imageType:int
Indicates the image type you are using for the VR experience. which is either VRImageConfig.TYPE_MONO
or VRImageConfig.TYPE_STEREO_OVER_UNDER
public function get imageType():int
public function set imageType(value:int):void
VRConfigImg | () | Constructor |
public function VRConfigImg()