virtual void ProgressUpdate(const Info& info) = 0;
ProgressUpdate is a callback method invoked when file loading progress status changes. This method indicates how many bytes have been loaded and what frame is being loaded now.
Parameters |
Description |
const Info& info |
Information about file loading progress. |