[][src]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

Enums

AssetEvent

Events that happen on assets of type T

Traits

AddAsset

AppBuilder extension methods for adding new asset types