bevy/examples/asset
Johannes Hackel e29bd50de8 Add file metadata to AssetIo (#2123)
This is a replacement for #2106

This adds a `Metadata` struct which contains metadata information about a file, at the moment only the file type.
It also adds a `get_metadata` to `AssetIo` trait and an `asset_io` accessor method to `AssetServer` and `LoadContext`

I am not sure about the changes in `AndroidAssetIo ` and `WasmAssetIo`.
2022-05-02 18:04:47 +00:00
..
asset_loading.rs default() shorthand (#4071) 2022-03-01 20:52:09 +00:00
custom_asset.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
custom_asset_io.rs Add file metadata to AssetIo (#2123) 2022-05-02 18:04:47 +00:00
hot_asset_reloading.rs default() shorthand (#4071) 2022-03-01 20:52:09 +00:00