Package | com.myflashlab.air.extensions.googleVR |
Class | public class VR |
Inheritance | VR flash.events.EventDispatcher |
VR.init();
Property | Defined By | ||
---|---|---|---|
api : VRApi [static] [read-only] This method gives you access to the currently supported VR APIs by the ANE. | VR |
Method | Defined By | ||
---|---|---|---|
dispose():void [static] | VR | ||
[static]
This is the first method you need to call in your project so the VR will be initialized in your project. | VR |
Constant | Defined By | ||
---|---|---|---|
EXTENSION_ID : String = com.myflashlab.air.extensions.googleVR [static] | VR | ||
VERSION : String = 3.1.11 [static] | VR | ||
VERSION_ANDROID_SDK : String = 1.70.0 [static] | VR | ||
VERSION_IOS_SDK : String = 1.120.0 [static] | VR |
api | property |
api:VRApi
[read-only] This method gives you access to the currently supported VR APIs by the ANE.
public static function get api():VRApi
dispose | () | method |
public static function dispose():void
init | () | method |
public static function init():VR
This is the first method you need to call in your project so the VR will be initialized in your project. After calling this method, you will be able to use VR in your project.
ReturnsVR |
EXTENSION_ID | Constant |
public static const EXTENSION_ID:String = com.myflashlab.air.extensions.googleVR
VERSION | Constant |
public static const VERSION:String = 3.1.11
VERSION_ANDROID_SDK | Constant |
public static const VERSION_ANDROID_SDK:String = 1.70.0
VERSION_IOS_SDK | Constant |
public static const VERSION_IOS_SDK:String = 1.120.0