C++ Java Unity
Unity Reference
VuMarkTemplate Interface Reference

The VuMarkTemplate contains all static data of a VuMark which is available from the dataset. More...

Inheritance diagram for VuMarkTemplate:
ObjectTarget Trackable

Properties

Vector2 Origin [get]
 Returns the size-scaled origin of the VuMark More...
 
bool TrackingFromRuntimeAppearance [get, set]
 Sets or gets whether the VuMark has a changing background per instance, signaling to SDK how to track it. More...
 
string VuMarkUserData [get]
 Gets the user data associated with this template that comes from the dataset. If there is no VuMark use data associated with this template, an empty string is returned. 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 VuMarkTemplate contains all static data of a VuMark which is available from the dataset.

Property Documentation

Vector2 Origin
get

Returns the size-scaled origin of the VuMark

bool TrackingFromRuntimeAppearance
getset

Sets or gets whether the VuMark has a changing background per instance, signaling to SDK how to track it.

Setting TrackingFromRuntimeAppearance to true indicates that the SDK should track this type of VuMark based on what is seen by the camera and not assume the template background image is useful for tracking because the background can change per instance. Setting TrackingFromRuntimeAppearance to false indicates that the SDK should track this type of VuMark based on VuMark Template used to create the dataset. This is the default behavior.

string VuMarkUserData
get

Gets the user data associated with this template that comes from the dataset. If there is no VuMark use data associated with this template, an empty string is returned.