CoriEngine
Loading...
Searching...
No Matches
AssetManager.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Cori::AssetManager
 Used when you want to manually control the asset lifetime, loading, preloading, unloading. More...

Namespaces

namespace  Cori
 Global engine namespace.
namespace  Cori::Core
 Core systems of the engine are here.
namespace  Cori::Internal

Concepts

concept  Cori::Internal::IsDescriptor
 Checks T can be considered a descriptor.
concept  Cori::Internal::CanBeLoaded
 Checks if AssetType of Descriptor can be loaded by the AssetManager.
concept  Cori::Internal::IsAsset
 Checks if Asset is an asset type that AssetManager can work with.