Public Types | |
enum | ARCoreRequirement { DONT_USE , OPTIONAL , REQUIRED } |
Properties | |
ARCoreRequirement | ARCoreRequirementSetting [get, set] |
Controls ARCore support setting in the Android Manifest of the app, see: https://developers.google.com/ar/develop/java/enable-arcore. | |
bool | AutoImportArcoreSetting [get, set] |
Whether or not to automatically include the ARCore library in the application. | |
bool | AutoInitAndStartTracker [get, set] |
Whether the tracker is automatically initialized and started in a new scene. | |
bool | UseThirdPartySeethroughEyewear [get, set] |
Sets up Vuforia to allow additional, not officially supported Eyewear devices. Setting this option will disable video background rendering and will suppress device pose updates. Pose updates must be performed by the application instead. | |
enum ARCoreRequirement |
|
getset |
Controls ARCore support setting in the Android Manifest of the app, see: https://developers.google.com/ar/develop/java/enable-arcore.
|
getset |
Whether or not to automatically include the ARCore library in the application.
|
getset |
Whether the tracker is automatically initialized and started in a new scene.
|
getset |
Sets up Vuforia to allow additional, not officially supported Eyewear devices. Setting this option will disable video background rendering and will suppress device pose updates. Pose updates must be performed by the application instead.