Module prelude

Source
Expand description

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

Attribute Macros§

bevy_main

Derive Macros§

Deref
Implements Deref for structs. This is especially useful when utilizing the newtype pattern.
DerefMut
Implements DerefMut for structs. This is especially useful when utilizing the newtype pattern.