bevy/crates/bevy_ecs/src/system/commands
TheRawMeatball 516e4aaa10 Add Commands::new_from_entities (#4423)
This change allows for creating `Commands` objects from just an entities reference, which allows for creating multiple dynamically in a normal system.

Context: https://discord.com/channels/691052431525675048/774027865020039209/960857605943726142
2022-05-14 14:40:09 +00:00
..
command_queue.rs [ecs] Improve Commands performance (#2332) 2021-07-16 19:57:20 +00:00
mod.rs Add Commands::new_from_entities (#4423) 2022-05-14 14:40:09 +00:00