Crate bevy_asset

source ·
Expand description

Built-in plugin for asset support.

This plugin allows a bevy app to work with assets from the filesystem (or another source), providing an asset server for loading and processing Assets and storing them in an asset storage to be accessed by systems.

Modules

Macros

Structs

Enums

Traits

Functions

Type Definitions

  • An owned and dynamically typed Future used when you can’t statically type your result or need to add some indirection.