mirror of
https://github.com/bevyengine/bevy
synced 2025-01-09 03:38:55 +00:00
08e5939fd7
Fixes #2274 When calling `despawn_recursive`, the recursive loop doesn't need to remove the entity from the children list of its parent when the parent will also be deleted Upside: * Removes two entity lookup per entity being recursively despawned Downside: * The change detection on the `Children` component of a deleted entity in the despawned hierarchy will not be triggered |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README.md |
Bevy Transform
This crate is largely a 1:1 port from legion_transform (ecs: legion, math: nalgebra) to bevy (ecs: bevy_ecs, math: glam)