Urho3D
Classes | Enumerations | Functions | Variables
ResourceCache.h File Reference
#include "../Container/HashSet.h"
#include "../Container/List.h"
#include "../Core/Mutex.h"
#include "../IO/File.h"
#include "../Resource/Resource.h"

Classes

struct  Dviglo::ResourceGroup
 Container of resources with specific type. More...
 
class  Dviglo::ResourceRouter
 
class  Dviglo::ResourceCache
 Resource cache subsystem. Loads resources on demand and stores them for later access. More...
 

Enumerations

enum  Dviglo::ResourceRequest { RESOURCE_CHECKEXISTS = 0, RESOURCE_GETFILE = 1 }
 Resource request types.
 

Functions

void Dviglo::RegisterResourceLibrary (Context *context)
 

Variables

static const unsigned Dviglo::PRIORITY_LAST = 0xffffffff
 Sets to priority so that a package or file is pushed to the end of the vector.
 

Function Documentation

◆ RegisterResourceLibrary()

void URHO3D_API Dviglo::RegisterResourceLibrary ( Context context)

Register Resource library subsystems and objects.