C++ Java Unity
C++ Reference
UpdateCallback Class Referenceabstract

Detailed Description

Base class for objects passed to Vuforia::registerCallback().

Public Member Functions

virtual void Vuforia_onUpdate (State &state)=0
 Called by Vuforia on the tracker thread immediately after tracking finishes. More...
 

Member Function Documentation

virtual void Vuforia_onUpdate ( State state)
pure virtual

Called by Vuforia on the tracker thread immediately after tracking finishes.

This method is called on the tracker thread. If you do a lot of work in here you will prevent tracking from continuing, and may negatively impact the overall frame rate of your application.