bevy/crates/bevy_ecs/src
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
..
entity Decouple some dependencies (#3886) 2022-04-27 19:08:11 +00:00
query Profile par_for_each(_mut) tasks (#4711) 2022-05-13 00:33:13 +00:00
schedule Add a tracing span for run criteria. (#4709) 2022-05-10 20:18:58 +00:00
storage Add comparison methods to FilteredAccessSet (#4211) 2022-05-09 14:39:22 +00:00
system Add Commands::new_from_entities (#4423) 2022-05-14 14:40:09 +00:00
world bevy_ptr standalone crate (#4653) 2022-05-04 19:16:10 +00:00
archetype.rs Change Cow<[ComponentId]> to Box<[ComponentId]> (#4185) 2022-03-19 04:14:27 +00:00
bundle.rs Add comparison methods to FilteredAccessSet (#4211) 2022-05-09 14:39:22 +00:00
change_detection.rs Make change lifespan deterministic and update docs (#3956) 2022-05-09 14:00:16 +00:00
component.rs Make change lifespan deterministic and update docs (#3956) 2022-05-09 14:00:16 +00:00
event.rs Add a clear() method to the EventReader that consumes the iterator (#4693) 2022-05-13 00:57:04 +00:00
lib.rs Fail to compile on 16-bit platforms (#4736) 2022-05-13 13:18:53 +00:00
reflect.rs Add FromReflect trait to convert dynamic types to concrete types (#1395) 2021-12-26 18:49:01 +00:00