The VuMarkTemplate contains all static data of a VuMark which is available from the dataset.
More...
|
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...
|
|
int | ID [get] |
| The runtime Id of the Trackable More...
|
|
string | Name [get] |
| The name of the Trackable More...
|
|
|
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...
|
|
The VuMarkTemplate contains all static data of a VuMark which is available from the dataset.
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.
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.