Module bevy::asset::prelude

Expand description

The bevy_asset prelude.

Structs

Adds support for Assets to an App.
Loads assets from the filesystem in the background.
Stores Assets of a given type and tracks changes to them.
A handle into a specific Asset of type T.
A non-generic version of Handle.

Enums

Events that involve assets of type T.

Traits

App extension methods for adding new asset types.