C++ Java Unity
Unity Reference
VuMarkTarget Interface Reference

The VuMarkTarget contains all data for a VuMark which is available upon detection. This data does not change while the VuMark is tracked. More...

Inheritance diagram for VuMarkTarget:
ObjectTarget Trackable

Properties

InstanceId InstanceId [get]
 Returns the instance ID for the detected VuMark More...
 
Vuforia.Image InstanceImage [get]
 Returns the generated image of the detected VuMark. More...
 
VuMarkTemplate Template [get]
 Returns the template that this VuMark is based on. More...
 
- Properties inherited from Trackable
int ID [get]
 The runtime Id of the Trackable More...
 
string Name [get]
 The name of the Trackable More...
 

Additional Inherited Members

- Public Member Functions inherited from ObjectTarget
float GetLargestSizeComponent ()
 Returns the largets component of the target size. More...
 
Vector3 GetSize ()
 Returns the size of the target (in 3D scene units). More...
 
bool SetSize (Vector3 size)
 Sets the size of the target (in 3D scene units). This is only allowed when the dataset is not active! More...
 

Detailed Description

The VuMarkTarget contains all data for a VuMark which is available upon detection. This data does not change while the VuMark is tracked.

Property Documentation

Returns the instance ID for the detected VuMark

Vuforia.Image InstanceImage
get

Returns the generated image of the detected VuMark.

VuMarkTemplate Template
get

Returns the template that this VuMark is based on.