Should clear all resources, data, loaders stored by this manager. Using the manager after calling this method is undefined behavior.
Return the kind of resources handled by this manager.
Load the specified resource.
This method will be run during the game. It should only do light tasks like file downloading.
Process the specified resource.
This method will only be run while loading screen is shown. It can do heavy tasks like parsing data.
Generated using TypeDoc
A resource managers that download and remember downloaded content for one kind of resource.