Back to Bevy

Lifecycle event changes

release-content/migration-guides/lifecycle-events.md

0.18.1253 B
Original Source

Replace has been renamed to Discard and ComponentHooks::on_replace has been renamed to ComponentHooks::on_discard. The #[component(on_replace = ...)] derive attribute is now #[component(on_discard = ...)]. Replace all references and imports.