MaxstARSDK
3.5.0
|
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) |
Contains tracked targets informations
Definition at line 17 of file TrackingResult.cs.
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.
Definition at line 35 of file TrackingResult.cs.
Trackable maxstAR.TrackingResult.GetTrackable | ( | int | index | ) |
Get tracking target information
index | target index |
Definition at line 52 of file TrackingResult.cs.