file
plugin.hppPlugin entry point.
Namespaces
- namespace cubos
- Cubos libraries namespace.
- namespace cubos::engine
- Engine module.
Functions
-
auto assetsPlugin(Cubos& cubos) -> CUBOS_
ENGINE_ API void - Plugin entry function.
Variables
-
CUBOS_
ENGINE_ API Tag assetsInitTag - Initializes the assets manager and loads the meta files (after settingsTag).
-
CUBOS_
ENGINE_ API Tag assetsBridgeTag - Systems which add bridges to the asset manager should be tagged with this.
-
CUBOS_
ENGINE_ API Tag assetsCleanupTag - Frees any assets no longer in use.
-
CUBOS_
ENGINE_ API Tag assetsTag - Startup systems which load assets should be tagged with this.