Derive Macro bevy_asset_loader::asset_collection::AssetCollection
source · #[derive(AssetCollection)]
{
// Attributes available to this derive:
#[asset]
}
Expand description
Derive macro for AssetCollection
The helper attribute asset
can be used to define the path to the asset file
and other asset options.