C++ Java Unity
Unity Reference
VuforiaConfiguration.DeviceTrackerConfiguration Class Reference

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 More...
 
bool AutoImportArcoreSetting [get, set]
 
bool AutoInitAndStartTracker [get, set]
 Whether the tracker is automatically initialized and started in a new scene More...
 
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 surpress device pose updates. Pose updates must be performed by the application instead. More...
 

Member Enumeration Documentation

enum ARCoreRequirement
strong
Enumerator
DONT_USE 
OPTIONAL 
REQUIRED 

Property Documentation

ARCoreRequirement ARCoreRequirementSetting
getset

Controls ARCore support setting in the Android Manifest of the app, see: https://developers.google.com/ar/develop/java/enable-arcore

bool AutoImportArcoreSetting
getset
bool AutoInitAndStartTracker
getset

Whether the tracker is automatically initialized and started in a new scene

bool UseThirdPartySeethroughEyewear
getset

Sets up Vuforia to allow additional, not officially supported Eyewear devices. Setting this option will disable video background rendering and will surpress device pose updates. Pose updates must be performed by the application instead.