Module bevy_internal::prelude

source ·
Expand description

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

Attribute Macros

Derive Macros

  • Implements Deref for single-item structs. This is especially useful when utilizing the newtype pattern.
  • Implements DerefMut for single-item structs. This is especially useful when utilizing the newtype pattern.