Crate bevy_app

source ·
Expand description

This crate is about everything concerning the highest-level, application layer of a Bevy app.

Modules

Structs

Enums

Traits

Type Definitions

  • A type representing an unsafe function that returns a mutable pointer to a Plugin. It is used for dynamically loading plugins.

Derive Macros

  • Generates an impl of the AppLabel trait.
  • Generates a dynamic plugin entry point function for the given Plugin type.