bevy_asset_loader
0.21.0
Module mapped
Structs
Traits
In crate bevy_asset_loader
?
Settings
Module
bevy_asset_loader
::
mapped
Copy item path
source
·
[
−
]
Expand description
Trait definition for mapped assets collection
Structs
§
AssetFileName
A
MapKey
that uses the
file_name
of the asset’s path as key.
AssetFileStem
A
MapKey
that uses the
file_stem
of the asset’s path as key.
AssetLabel
A
MapKey
that uses the
label
of the asset’s path as key.
Traits
§
MapKey
A type that can be used as key for mapped asset collection.