Wikitude Unity Plugin
Public Attributes | List of all members
Wikitude.RecognizedTarget Class Reference

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

Inheritance diagram for Wikitude.RecognizedTarget:
Wikitude.ImageTarget Wikitude.InstantTarget Wikitude.ObjectTarget

Public Attributes

GameObject Drawable
 A drawable is created when a tracker starts tracking and it should be used to place augmentations. A drawable is destroyed after a tracker loses the target. When a single target is tracked, the trackable is not moved. In case of multiple targets, one of the drawables is fixed, and the others are placed relative to it. More...
 

Detailed Description

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

Member Data Documentation

GameObject Wikitude.RecognizedTarget.Drawable

A drawable is created when a tracker starts tracking and it should be used to place augmentations. A drawable is destroyed after a tracker loses the target. When a single target is tracked, the trackable is not moved. In case of multiple targets, one of the drawables is fixed, and the others are placed relative to it.