engine/assets/plugin.hpp file

Plugin 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.