Crate bevy_asset_loader_derive
source ·Expand description
This crate adds support for deriving AssetCollection
You do not have to use it directly. Just import AssetCollection
from bevy_asset_loader
and use #[derive(AssetCollection)]
to derive the trait.
Derive Macros§
- Derive macro for
AssetCollection