bevy/crates/bevy_ecs/src
Rob Parrett 26359f9b37
Remove some old references to CoreSet (#9833)
# Objective

Remove some references to `CoreSet` which was removed in #8079.
2023-09-18 01:07:11 +00:00
..
entity Allow disjoint mutable world access via EntityMut (#9419) 2023-08-28 23:30:59 +00:00
query Clarify a comment in Option WorldQuery impl (#9749) 2023-09-11 19:27:21 +00:00
reflect Allow disjoint mutable world access via EntityMut (#9419) 2023-08-28 23:30:59 +00:00
schedule Rename RemovedComponents::iter/iter_with_id to read/read_with_id (#9778) 2023-09-15 12:37:20 +00:00
storage Fix naming on "tick" Column and ComponentSparseSet methods (#9744) 2023-09-11 19:25:06 +00:00
system Rename RemovedComponents::iter/iter_with_id to read/read_with_id (#9778) 2023-09-15 12:37:20 +00:00
world Remove some old references to CoreSet (#9833) 2023-09-18 01:07:11 +00:00
archetype.rs Allow disjoint mutable world access via EntityMut (#9419) 2023-08-28 23:30:59 +00:00
bundle.rs Fix some nightly warnings (#9672) 2023-09-02 18:35:06 +00:00
change_detection.rs Return a boolean from set_if_neq (#9801) 2023-09-14 01:44:53 +00:00
component.rs Derive Eq, PartialEq for Tick (#9020) 2023-07-04 19:08:51 +00:00
event.rs Refactor EventReader::iter to read (#9631) 2023-08-30 14:20:03 +00:00
lib.rs Remove useless single tuples and trailing commas (#9720) 2023-09-08 21:46:54 +00:00
removal_detection.rs Rename RemovedComponents::iter/iter_with_id to read/read_with_id (#9778) 2023-09-15 12:37:20 +00:00