C++ Java Unity
Unity Reference
ObjectTarget Interface Reference

A trackable that represents a ObjectTarget object More...

Inheritance diagram for ObjectTarget:
Trackable CylinderTarget ImageTarget ModelTarget MultiTarget VuMarkTarget VuMarkTemplate

Public Member Functions

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...
 

Additional Inherited Members

- Properties inherited from Trackable
int ID [get]
 The runtime Id of the Trackable More...
 
string Name [get]
 The name of the Trackable More...
 

Detailed Description

A trackable that represents a ObjectTarget object

Member Function Documentation

float GetLargestSizeComponent ( )

Returns the largets component of the target size.

Vector3 GetSize ( )

Returns the size of the target (in 3D scene units).

bool SetSize ( Vector3  size)

Sets the size of the target (in 3D scene units). This is only allowed when the dataset is not active!