Module bevy_asset::io::memory
source · Structs§
- Asset data stored in a
Dir
. - A clone-able (internally Arc-ed) / thread-safe “in memory” filesystem. This is built for
MemoryAssetReader
and is primarily intended for unit tests. - In-memory
AssetReader
implementation. This is primarily intended for unit tests.
Enums§
- Stores either an allocated vec of bytes or a static array of bytes.