Module bevy::asset

Expand description

Load and store assets and resources for Apps.

Modules

Macros

  • Loads an “internal” asset by embedding the string stored in the given path_str and associates it with the given handle.
  • Loads an “internal” binary asset by embedding the bytes stored in the given path_str and associates it with the given handle.

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.

Derive Macros