Skip to main content

Crate bevy_magic

Crate bevy_magic 

Source

Re-exports§

pub use plugin::CastSpellMessage;
pub use plugin::MagicPlugin;
pub use plugin::MagicSystems;
pub use spell::Spell;
pub use spellbook::Spellbook;

Modules§

enchanting
Enchanting system — attaches persistent magical effects to Enchantable entities.
plugin
MagicPlugin, CastSpellMessage, and the exclusive cast-dispatch system.
prelude
runes
spell
Spell asset type and its AssetLoader.
spellbook
Spellbook component — stores all Spell handles an entity can cast.

Traits§

CommandsExt