bevy/crates/bevy_scene
François ccf7c65a78 dynamic scene builder (#6227)
# Objective

- make it easier to build dynamic scenes

## Solution

- add a builder to create a dynamic scene from a world. it can extract an entity or an iterator of entities
- alternative to #6013, leaving the "hierarchy iteration" part to #6185 which does it better
- alternative to #6004 
- using a builder makes it easier to chain several extractions
2022-10-12 01:48:16 +00:00
..
src dynamic scene builder (#6227) 2022-10-12 01:48:16 +00:00
Cargo.toml Update to ron 0.8 (#5864) 2022-09-02 14:20:49 +00:00