bevy/crates/bevy_transform/src
SvenTS 69603904ab
Allow despawning of hierarchies in threadlocal systems (#908)
* Rename test components for easier understanding of failures

* Make recursive despawn public

This way, threadlocal systems can despawn hierarchies.

* Swap children before despawning
2020-11-25 17:13:11 -08:00
..
components Fix duplicated chilren in Scene spawn (#904) 2020-11-22 12:05:58 -08:00
hierarchy Allow despawning of hierarchies in threadlocal systems (#908) 2020-11-25 17:13:11 -08:00
lib.rs Fix duplicated chilren in Scene spawn (#904) 2020-11-22 12:05:58 -08:00
transform_propagate_system.rs System Inputs, Outputs, Chaining, and Registration Ergo (#876) 2020-11-16 18:18:00 -08:00