Package | com.myflashlab.air.extensions.googleVR |
Class | public class VRConfigVid |
Inheritance | VRConfigVid VRConfig Object |
VR.api.videoView.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 | ||
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 | ||
video360 : File
Indicates the location of the 360 video you wish to use in your VR experience. | VRConfigVid | ||
video360URL : String [write-only]
Indicates the URL location of the 360 video you wish to use in your VR experience. | VRConfigVid | ||
videoType : int | VRConfigVid |
Method | Defined By | ||
---|---|---|---|
VRConfigVid |
video360 | property |
video360:File
Indicates the location of the 360 video you wish to use in your VR experience.
public function get video360():File
public function set video360(value:File):void
video360URL | property |
video360URL:String
[write-only] Indicates the URL location of the 360 video you wish to use in your VR experience.
public function set video360URL(value:String):void
videoType | property |
videoType:int
public function get videoType():int
public function set videoType(value:int):void
VRConfigVid | () | Constructor |
public function VRConfigVid()