Wikitude Unity Plugin
Classes | Enumerations
Wikitude Namespace Reference

Classes

class  ClientTracker
 Client trackers are used to recognize targets bundled in a .wtc or .wtm file More...
 
class  CloudTracker
 Cloud trackers will send the image(s) taken by the camera to the Cloud Recognition server. The server will then do the hard work of trying to match the image with your targets in the specified cloud archive. More...
 
class  TrackableBehaviour
 Trackables are used by trackers to update 3D objects in Unity based on tracked targets. More...
 
class  TrackerBehaviour
 Base class for tracker classes. Inteded for internal use only and should not be derived from. More...
 
class  TrackerManager
 Tracker manager handles messages from the native plugins. It is managed by the plugin and it should not be used directly. More...
 
class  TrackingMapRecorder
 Provides tracking map recording functionality. More...
 
class  WikitudeCamera
 The Wikitude camera handles the connection with the native plugins. More...
 

Enumerations

Enumeration Type Documentation

Enum indicating the restriction of the device's autofocus to a particular range of focus scan.

Currently only supported on iOS devices.

Enumerator
None 

Indicates that the autofocus system should not restrict the focus range.

Near 

Indicates that the autofocus system should restrict the focus range for subject matter that is near to the camera.

Far 

Indicates that the autofocus system should restrict the focus range for subject matter that is far to the camera.

Enum indicating the physical position of the capture device on the system.

Enumerator
Back 

Indicates that the capture device is physically located on the back.

Front 

Indicates that the capture device is physically located on the front.

Enum indicating the mode of the flash / torch on the device

Enumerator
Off 

Indicates that the flash should always be off.

On 

Indicates that the flash should always be on.

Auto 

Indicates that the flash should be set automatically depending on ambient light conditions.

Enum indicating the mode of the focus on the device.

Enumerator
Locked 

Indicates that the focus should be locked at the lens' current position.

AutoFocus 

Indicates that the device should autofocus once and then change the focus mode to Locked.

ContinuousAutoFocus 

Indicates that the device should automatically focus when needed.

Enum indicating the quality of extended tracking.