MaxstARSDK  3.5.0
Public Member Functions | Package Functions | List of all members
maxstAR.TrackingResult Class Reference

Contains tracked targets informations More...

Public Member Functions

int GetCount ()
 Get tracking target count. Current version ar engine could not track multi target. That feature will be implemented not so far future. More...
 
Trackable GetTrackable (int index)
 Get tracking target information More...
 

Package Functions

void SetCPtr (ulong trackingResultCPtr)
 

Detailed Description

Contains tracked targets informations

Definition at line 17 of file TrackingResult.cs.

Member Function Documentation

◆ GetCount()

int maxstAR.TrackingResult.GetCount ( )

Get tracking target count. Current version ar engine could not track multi target. That feature will be implemented not so far future.

Returns
tracking target count

Definition at line 35 of file TrackingResult.cs.

◆ GetTrackable()

Trackable maxstAR.TrackingResult.GetTrackable ( int  index)

Get tracking target information

Parameters
indextarget index
Returns
Trackable class instance

Definition at line 52 of file TrackingResult.cs.


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