Module bevy_asset::io

source ·

Modules§

Structs§

Enums§

Traits§

  • Performs read operations on an asset storage. AssetReader exposes a “virtual filesystem” API, where asset bytes and asset metadata bytes are both stored and accessible for a given path.
  • A handle to an “asset watcher” process, that will listen for and emit AssetSourceEvent values for as long as AssetWatcher has not been dropped.
  • Preforms write operations on an asset storage. AssetWriter exposes a “virtual filesystem” API, where asset bytes and asset metadata bytes are both stored and accessible for a given path.
  • Extension trait for AsyncRead.
  • Extension trait for AsyncWrite.

Type Aliases§