Module amethyst::asset_manager [] [src]

Asset manager used to load assets (like Meshes and Textures).

Structs

Asset

Generic wrapper around actual asset data.

AssetManager

Asset manager which handles assets and loaders.

Assets

Internal assets handler which takes care of storing and loading assets.

DirectoryStore

Asset store representing a file directory.

Traits

AssetLoader

Describes an abstract asset loader type.

AssetLoaderRaw

Describes a raw asset loader type.

AssetReadStorage

Describes an asset reader type that can read assets of type T.

AssetStore

Describes a permanent storage for assets.

Type Definitions

AssetId

An ID used for directly accessing assets in the manager.