Function bevy_asset::update_asset_storage_system[][src]

pub fn update_asset_storage_system<T: Asset + AssetDynamic>(
    asset_server: Res<'_, AssetServer>,
    assets: ResMut<'_, Assets<T>>
)
Expand description

Updates the Assets collection according to the changes queued up by AssetServer.