struct Info { String FileUrl; unsigned BytesLoaded; unsigned TotalBytes; unsigned FrameLoading; unsigned TotalFrames; };
Info provides information of the file being loaded.
Data Member |
Description |
Number of bytes that have been loaded. | |
Name of the file which the information is related to. | |
The frame number of the file which is being loaded. | |
Total file size. | |
Total number of frames in the file. |
Method |
Description |
Constructs the information of the file being loaded and provides progress about the file frame being loaded currently. |
GFx_Loader.h