|
CameraMode | CameraDeviceMode [get, set] |
| The mode used for camera capturing and video rendering.
|
|
FocusMode | CameraFocusMode [get, set] |
| The mode used for camera focus.
|
|
bool | ContinuousModelTargetSearch [get, set] |
| When enabled, Vuforia engine will continue to search for new advanced model targets, even after detecting one.
|
|
bool | DelayedInitialization [get, set] |
| If delayed initialization is enabled, the developer has to initialize Vuforia manually with VuforiaRuntime.InitVuforia.
|
|
string | LicenseKey [get, set] |
| The license key can only be changed before the first scene is loaded, e.g. with the RuntimeInitializeOnLoadMethod-attribute.
|
|
LogLevel | LogLevel [get, set] |
| The LogLevel for logging. Default value is LogLevel.ALL.
|
|
int | MaxSimultaneousImageTargets [get, set] |
| How many targets to detect and track at the same time.
|
|
bool | ShareRecordingsInITunes [get, set] |
| Whether to use the iOS functionality to share session recordings that were created using the SessionRecorder.
|
|
string | Version [get, set] |
| Version of the Vuforia Unity Extension.
|
|
float | VirtualSceneScaleFactor [get, set] |
| This factor configures how many Unity scene units correspond to one meter in the physical world. Poses reported by Vuforia will be transformed accordingly. Scene content will not be scaled. Note that on HoloLens and MagicLeap, a factor other than 1.0 is not supported.
|
|