MaxstARSDK  3.5.0
Instance Methods | List of all members
MasTrackingResult Class Reference

Contains tracked targets informations. More...

#import <MasTrackingResult.h>

Inheritance diagram for MasTrackingResult:

Instance Methods

(instancetype) - init:
 
(MasTrackable *) - getTrackable:
 Get tracking target information. More...
 
(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...
 

Detailed Description

Contains tracked targets informations.

Definition at line 15 of file MasTrackingResult.h.

Method Documentation

◆ getCount()

- (int) 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 41 of file MasTrackingResult.mm.

◆ getTrackable:()

- (MasTrackable *) getTrackable: (int)  index

Get tracking target information.

Parameters
indextarget index
Returns
MasTrackable class instance

Definition at line 30 of file MasTrackingResult.mm.


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