ResourceRaw new items that will be added to library once .load() passes through
boolean based on if the resource type is supported for the Loader, name and url exist. Defines if is it added to resourcesRaw Array
string - key for the loaders Map
loader according to provided type
USE THIS FUNCTION TO GET READY RESOURCES
is the class that Loader will return on .getResource
string Resource name to get
resource with the provided name, or undefined if none was found
Promise that executes after all raw resources was loaded according to resourceToPromise
MODIFY THIS IN EXTENDED CLASS TO LOAD RESOURCES PROPERLY You can look for ModelsLoader|AudiosLoader|FontsLoader and find an example there
string path that leads to the file
string resource name to set
resource Promise with new resource
string Resource name to set
to set to library of loaded resources
resource with the provided name, or undefined if none was found
Generated using TypeDoc
string is used for getting this type of Loader later on from the ResourcesManagerClass, and adding new ResourceRaw