Skip to content

Resource Management

Jason El-Massih edited this page Jan 27, 2016 · 1 revision

Resources are referenced and loaded from the Resource Cache using a Resource Handle.

Resource Loader classes are used to associate additional data/logic with a resource. (ex. XmlResource.cpp)

Resources can be preloaded using ResourceCache::Preload

Resources can be loaded using ResourceCache::Load. The cache will need to hit the disk if the requested resource is not already in it.

Clone this wiki locally