Wikitude Unity Plugin
Properties | List of all members
Wikitude.ObjectTarget Class Reference

An object target contains information about a tracked target. More...

Inheritance diagram for Wikitude.ObjectTarget:
Wikitude.RecognizedTarget

Properties

new string Name [get]
 The name of the object target from the target collection. More...
 
Vector3 Scale [get]
 Normalized bounding box of the tracked target. One of the components is 1.0f, while the others will be between 0.0f, and 1.0f. Can be used to programmatically scale augmentations to fit targets. More...
 

Additional Inherited Members

- Public Attributes inherited from Wikitude.RecognizedTarget
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

An object target contains information about a tracked target.

Property Documentation

new string Wikitude.ObjectTarget.Name
get

The name of the object target from the target collection.

Vector3 Wikitude.ObjectTarget.Scale
get

Normalized bounding box of the tracked target. One of the components is 1.0f, while the others will be between 0.0f, and 1.0f. Can be used to programmatically scale augmentations to fit targets.

Returns