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 targets could not be loaded.

Parameters
errorThe error describing what went wrong.
More...
 
OnInitializationErrorEvent OnInitializationError = new OnInitializationErrorEvent()
 Called when the tracker could not be initialized.

Parameters
errorThe error describing what went wrong.
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 targets could not be loaded.

Parameters
errorThe error describing what went wrong.

OnInitializationErrorEvent Wikitude.TrackerBehaviour.OnInitializationError = new OnInitializationErrorEvent()

Called when the tracker could not be initialized.

Parameters
errorThe error describing what went wrong.

OnTargetsLoadedEvent Wikitude.TrackerBehaviour.OnTargetsLoaded = new OnTargetsLoadedEvent()

Called when a tracker was successfully initialized.