bevy/crates/bevy_ecs/src
SpecificProtagonist 44c36ce98e
Mention Resource where missing from component/resource related type docs (#11769)
Several of the types that are used for both components and resources
only mention components in their description. Fixes this.
2024-02-08 06:31:48 +00:00
..
entity Add a doctest example for EntityMapper (#11583) 2024-01-29 16:56:44 +00:00
identifier Unified identifer for entities & relations (#9797) 2024-01-13 01:09:32 +00:00
query Deprecated Various Component Methods from Query and QueryState (#9920) 2024-02-04 01:01:59 +00:00
reflect Make the MapEntities trait generic over Mappers, and add a simpler EntityMapper (#11428) 2024-01-28 19:51:46 +00:00
schedule System::type_id Consistency (#11728) 2024-02-06 14:43:33 +00:00
storage Double the capacity when BlobVec is full (#11167) 2024-01-22 15:05:34 +00:00
system System::type_id Consistency (#11728) 2024-02-06 14:43:33 +00:00
world Make Archetypes.archetype_component_count private (#10774) 2024-02-03 00:07:50 +00:00
archetype.rs Make Archetypes.archetype_component_count private (#10774) 2024-02-03 00:07:50 +00:00
bundle.rs Use TypeIdMap whenever possible (#11684) 2024-02-03 23:47:04 +00:00
change_detection.rs Mention Resource where missing from component/resource related type docs (#11769) 2024-02-08 06:31:48 +00:00
component.rs Mention Resource where missing from component/resource related type docs (#11769) 2024-02-08 06:31:48 +00:00
event.rs Fix bug where events are not being dropped (#11528) 2024-02-02 21:14:54 +00:00
lib.rs Use TypeIdMap whenever possible (#11684) 2024-02-03 23:47:04 +00:00
removal_detection.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00