|
MaxstARSDK
3.5.0
|
Contains tracked targets informations. More...
#import <MasTrackingResult.h>
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... | |
Contains tracked targets informations.
Definition at line 15 of file MasTrackingResult.h.
| - (int) getCount |
Get tracking target count. Current version ar engine could not track multi target. That feature will be implemented not so far future.
Definition at line 41 of file MasTrackingResult.mm.
| - (MasTrackable *) getTrackable: | (int) | index |
Get tracking target information.
| index | target index |
Definition at line 30 of file MasTrackingResult.mm.
1.8.14