carb::assets::OnDependencyChangedFn

Defined in carb/assets/AssetsTypes.h

using carb::assets::OnDependencyChangedFn = void (*)(carb::datasource::IDataSource *dataSource, carb::datasource::Connection *connection, const char *path)

Loader function (member of LoaderDesc) that is called when a dependency changes.

Parameters
  • dataSource – The datasource of the dependency that changed.

  • connection – The connection of the dependency that changed.

  • path – The path of the dependency that changed.