![]() |
KudanAR - Unity
1.6.0
|
A Trackable is something that the tracker can detect. More...
Public Attributes | |
string | name |
The name of the trackable. More... | |
int | width |
Width of the trackable, in pixels. More... | |
int | height |
Height of the trackable, in pixels. More... | |
bool | isDetected |
Is this trackable currently being detected? More... | |
Vector3 | position |
The position of this trackable in 3D space. More... | |
Quaternion | orientation |
The orientation of this trackable in 3D space. More... | |
int | trackingMethod |
The method used to track this trackable object. More... | |
A Trackable is something that the tracker can detect.
int Kudan.AR.Trackable.height |
Height of the trackable, in pixels.
bool Kudan.AR.Trackable.isDetected |
Is this trackable currently being detected?
string Kudan.AR.Trackable.name |
The name of the trackable.
Quaternion Kudan.AR.Trackable.orientation |
The orientation of this trackable in 3D space.
Vector3 Kudan.AR.Trackable.position |
The position of this trackable in 3D space.
int Kudan.AR.Trackable.trackingMethod |
The method used to track this trackable object.
int Kudan.AR.Trackable.width |
Width of the trackable, in pixels.