Module bevy::prelude

source ·
Expand description

use bevy::prelude::*; to import common components, bundles, and plugins.

Modules

  • Constants for operating with the light units: lumens, and lux.
  • Generation for some primitive shape meshes.

Macros

Structs

Enums

Traits

Functions

Type Aliases

Attribute Macros

  • A macro that automatically generates type data for traits, which their implementors can then register.

Derive Macros