Module bevy_asset_loader::dynamic_asset
source · Expand description
Types and infrastructure to load and use dynamic assets
Structs
- Resource keeping track of dynamic asset collection files for different loading states
- Resource to dynamically resolve keys to assets.
Enums
- Different typed that can generate the asset field value of a dynamic asset
Traits
- Any type implementing this trait can be assigned to asset keys as part of a dynamic asset collection.
- This traits describes types that contain asset configurations and can register them in the
DynamicAssets
resource.