Module bevy::asset

source ·
Expand description

Load and store assets and resources for Apps.

Modules

Macros

  • Loads an internal asset from a project source file. the file and its path are passed to the loader function, together with any additional parameters. the resulting asset is stored in the app’s asset server.
  • Loads an internal binary asset.

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.