ProgressHandler::Info

ProgressHandler::Info
struct Info {
  String FileUrl;
  unsigned BytesLoaded;
  unsigned TotalBytes;
  unsigned FrameLoading;
  unsigned TotalFrames;
};
Description

Info provides information of the file being loaded.

Data Members
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. 
Methods
Method 
Description 
Info 
Constructs the information of the file being loaded and provides progress about the file frame being loaded currently. 
File

GFx_Loader.h