<CraftARTrackingEventsProtocol> Protocol Reference
#import <CraftARTracking.h>
Inheritance diagram for <CraftARTrackingEventsProtocol>:

Instance Methods |
|
(void) | - didStartTrackingItem: |
(void) | - didStopTrackingItem: |
(void) | - trackingTimeoutOver |
Detailed Description
Protocol for tracking events on AR items added to the CraftARTracking class
Method Documentation
- (void) didStartTrackingItem: | (CraftARItemAR *) | item |
Called when an added item starts being detected and tracked by the tracking.
- (void) didStopTrackingItem: | (CraftARItemAR *) | item |
Called when an added item stops being detected and tracked by the tracking.
|
optional |
Called when the tracking timeout is over and no item has been detected.
The documentation for this protocol was generated from the following file:
- CraftARProSDK.framework/Headers/CraftARTracking.h