Module bevy_asset::saver
source · Structs§
- An
Asset
(and any labeled “sub assets”) intended to be saved.
Traits§
- Saves an
Asset
of a givenAssetSaver::Asset
type.AssetSaver::OutputLoader
will then be used to load the saved asset in the final deployed application. The saver should produce asset bytes in a format thatAssetSaver::OutputLoader
can read. - A type-erased dynamic variant of
AssetSaver
that allows callers to save assets without knowing the actual type of theAssetSaver
.