LoadingManager constructor
onLoad — (optional) this function will be called when all
loaders are done.
onProgress — (optional) this function will be called when
an item is complete.
onError — (optional) this function will be called a loader
encounters errors.
Implementation
LoadingManager([this.onLoad, this.onProgress, this.onError]);