KudanAR - Unity  1.6.0
Kudan.AR.Trackable Class Reference

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

Detailed Description

A Trackable is something that the tracker can detect.

Member Data Documentation

◆ height

int Kudan.AR.Trackable.height

Height of the trackable, in pixels.

◆ isDetected

bool Kudan.AR.Trackable.isDetected

Is this trackable currently being detected?

◆ name

string Kudan.AR.Trackable.name

The name of the trackable.

◆ orientation

Quaternion Kudan.AR.Trackable.orientation

The orientation of this trackable in 3D space.

◆ position

Vector3 Kudan.AR.Trackable.position

The position of this trackable in 3D space.

◆ trackingMethod

int Kudan.AR.Trackable.trackingMethod

The method used to track this trackable object.

◆ width

int Kudan.AR.Trackable.width

Width of the trackable, in pixels.


The documentation for this class was generated from the following file: