Back to Bevy

Lifecycle event changes

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

0.19.0253 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.