Module bevy::asset::prelude[]

Structs

AssetServer

Loads assets from the filesystem on background threads

Assets

Stores Assets of a given type and tracks changes to them.

Handle

A handle into a specific Asset of type T

HandleUntyped

A non-generic version of Handle

Enums

AssetEvent

Events that happen on assets of type T

Traits

AddAsset

AppBuilder extension methods for adding new asset types