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.

Param dataSource

The datasource of the dependency that changed.

Param connection

The connection of the dependency that changed.

Param path

The path of the dependency that changed.