bevy/crates/bevy_ecs/src
targrub 8316166622
Fix uses of "it's" vs "its". (#13033)
Grammar changes only.
2024-04-19 18:17:31 +00:00
..
entity Fix beta lints (#12980) 2024-04-16 02:46:46 +00:00
identifier Fix beta lints (#12980) 2024-04-16 02:46:46 +00:00
query Fix uses of "it's" vs "its". (#13033) 2024-04-19 18:17:31 +00:00
reflect Make some ReflectComponent/ReflectBundle methods work with EntityMut too (#12895) 2024-04-08 01:46:07 +00:00
schedule Fix beta lints (#12980) 2024-04-16 02:46:46 +00:00
storage Fix uses of "it's" vs "its". (#13033) 2024-04-19 18:17:31 +00:00
system Fix uses of "it's" vs "its". (#13033) 2024-04-19 18:17:31 +00:00
world Fix uses of "it's" vs "its". (#13033) 2024-04-19 18:17:31 +00:00
archetype.rs Adding some docs for archetype internals (#12578) 2024-03-23 01:48:31 +00:00
bundle.rs Fix uses of "it's" vs "its". (#13033) 2024-04-19 18:17:31 +00:00
change_detection.rs Update docs of set_if_neq and replace_if_neq (#12919) 2024-04-15 12:38:38 +00:00
component.rs Fix uses of "it's" vs "its". (#13033) 2024-04-19 18:17:31 +00:00
event.rs Fix beta lints (#12980) 2024-04-16 02:46:46 +00:00
intern.rs Moves intern and label modules into bevy_ecs (#12772) 2024-04-08 15:34:11 +00:00
label.rs Moves intern and label modules into bevy_ecs (#12772) 2024-04-08 15:34:11 +00:00
lib.rs Moves intern and label modules into bevy_ecs (#12772) 2024-04-08 15:34:11 +00:00
removal_detection.rs Add RemovedComponentEvents::iter (#12815) 2024-04-01 20:20:30 +00:00