tida.loader

Resource loader module

Using the loader, you can load various resources that will be kept in memory. They can be accessed by their name or path, they can also be unloaded from memory.

Please note that it is unnecessary to reload download since it does not exist, it is implemented using the download-upload method. It will load the resource from the .temp folder.

Members

Classes

Loader
class Loader

Resource loader. Loads resources, fonts and more and keeps it in memory.

Functions

loader
Loader loader()

Loader instance.

Static variables

_loader
Loader _loader;
Undocumented in source.

Structs

Resource
struct Resource

Resource descriptor

Meta

Authors

License