Wikitude Unity Plugin
Public Attributes | List of all members
Wikitude.TrackerBehaviour Class Referenceabstract

Base class for tracker classes. Intended for internal use only and should not be derived from. More...

Inheritance diagram for Wikitude.TrackerBehaviour:
Wikitude.ImageTracker Wikitude.InstantTracker Wikitude.ObjectTracker

Public Attributes

OnTargetsLoadedEvent OnTargetsLoaded = new OnTargetsLoadedEvent()
 Called when a tracker was successfully initialized. More...
 
OnErrorLoadingTargetsEvent OnErrorLoadingTargets = new OnErrorLoadingTargetsEvent()
 Called when the tracker could not be initialized.

Parameters
errorCodeThe error code associated with the error that occurred.
errorMessageA string that contains more information about why the tracker could not be initialized.
More...
 

Detailed Description

Base class for tracker classes. Intended for internal use only and should not be derived from.

Member Data Documentation

OnErrorLoadingTargetsEvent Wikitude.TrackerBehaviour.OnErrorLoadingTargets = new OnErrorLoadingTargetsEvent()

Called when the tracker could not be initialized.

Parameters
errorCodeThe error code associated with the error that occurred.
errorMessageA string that contains more information about why the tracker could not be initialized.

OnTargetsLoadedEvent Wikitude.TrackerBehaviour.OnTargetsLoaded = new OnTargetsLoadedEvent()

Called when a tracker was successfully initialized.