Urho3D
|
#include "../Container/HashSet.h"
#include "../Core/Mutex.h"
#include "../IO/File.h"
#include "../Resource/Resource.h"
Classes | |
struct | Urho3D::ResourceGroup |
Container of resources with specific type. More... | |
class | Urho3D::ResourceRouter |
Optional resource request processor. Can deny requests, re-route resource file names, or perform other processing per request. More... | |
class | Urho3D::ResourceCache |
Resource cache subsystem. Loads resources on demand and stores them for later access. More... | |
Enumerations | |
enum | Urho3D::ResourceRequest { RESOURCE_CHECKEXISTS = 0 , RESOURCE_GETFILE = 1 } |
Resource request types. | |
Functions | |
void | Urho3D::RegisterResourceLibrary (Context *context) |
Register Resource library subsystems and objects. | |
Variables | |
constexpr i32 | Urho3D::PRIORITY_LAST = -1 |
Sets to priority so that a package or file is pushed to the end of the vector. | |