|
static bool | ResolveResource (const String &resource, const std::function< void(bool, const String &)> &on_finished=nullptr, bool ensure_unzipped=false) |
| Attempts to resolved a resource. Resource could be in an online or offline database, inside a resource or rcc file, or in a local file. Funciton is ascynchronous and resource may not be resolved on return. on_finished is used as a callback for when the resource is resolved, or fails to resolve.
|
|
static bool | CheckAndUnzipResource (const String &resource, const std::function< void(bool, const String &)> &on_finished=nullptr) |
| Same as ResolveResource(xx,xx, true)
|
|
static void | AddResolver (ResourceResolver *resolver) |
|
static Buffer< ResourceResolver * > | s_resolvers |
|
The documentation for this class was generated from the following file: