| Package | com.myflashlab.air.extensions.googleVR |
| Class | public class VREvents |
| Inheritance | VREvents flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| displaymode : int [read-only] | VREvents | ||
| duration : Number [read-only] | VREvents | ||
| msg : String [read-only] | VREvents | ||
| position : Number [read-only] | VREvents | ||
| Constant | Defined By | ||
|---|---|---|---|
| DID_TAP : String = onGoogleVRViewDidTap [static] | VREvents | ||
| DISPLAY_MODE_CHANGED : String = onGoogleVRViewDisplayModeChanged [static] | VREvents | ||
| LOAD_FAILED : String = onGoogleVRViewLoadFailed [static] | VREvents | ||
| LOAD_SUCCESS : String = onGoogleVRViewLoadSuccess [static] | VREvents | ||
| PAUSED : String = onGoogleVRVideoViewPaused [static] | VREvents | ||
| POS_UPDATED : String = onGoogleVRVideoViewPositionChanged [static] | VREvents | ||
| REACHED_END : String = onGoogleVRVideoViewPlaybackReachedEnd [static] | VREvents | ||
| RESUMED : String = onGoogleVRVideoViewResumed [static] | VREvents | ||
| STOPPED : String = onGoogleVRVideoViewStopped [static] | VREvents | ||
| VR_CLOSED : String = onGoogleVRWindowClosed [static] | VREvents | ||
| displaymode | property |
displaymode:int [read-only] public function get displaymode():int| duration | property |
duration:Number [read-only] public function get duration():Number| msg | property |
msg:String [read-only] public function get msg():String| position | property |
position:Number [read-only] public function get position():Number| DID_TAP | Constant |
public static const DID_TAP:String = onGoogleVRViewDidTap| DISPLAY_MODE_CHANGED | Constant |
public static const DISPLAY_MODE_CHANGED:String = onGoogleVRViewDisplayModeChanged| LOAD_FAILED | Constant |
public static const LOAD_FAILED:String = onGoogleVRViewLoadFailed| LOAD_SUCCESS | Constant |
public static const LOAD_SUCCESS:String = onGoogleVRViewLoadSuccess| PAUSED | Constant |
public static const PAUSED:String = onGoogleVRVideoViewPaused| POS_UPDATED | Constant |
public static const POS_UPDATED:String = onGoogleVRVideoViewPositionChanged| REACHED_END | Constant |
public static const REACHED_END:String = onGoogleVRVideoViewPlaybackReachedEnd| RESUMED | Constant |
public static const RESUMED:String = onGoogleVRVideoViewResumed| STOPPED | Constant |
public static const STOPPED:String = onGoogleVRVideoViewStopped| VR_CLOSED | Constant |
public static const VR_CLOSED:String = onGoogleVRWindowClosed