bevy/crates/bevy_ecs/src
Periwink f33074116b
Make SystemChangeTick Clone (#18991)
# Objective

It can be useful to store the `SystemChangeTick` for a given System. I
wanted to copy them but I noticed that it doesn't implement Clone.
2025-05-26 15:43:06 +00:00
..
entity Track spawn Tick of entities, offer methods, query data SpawnDetails and query filter Spawned (#19047) 2025-05-08 14:57:33 +00:00
error Per world error handler (#18810) 2025-05-19 01:35:07 +00:00
event Deprecated Begone! 0.16 Cleanup (#19108) 2025-05-07 18:17:41 +00:00
observer Per world error handler (#18810) 2025-05-19 01:35:07 +00:00
query Track spawn Tick of entities, offer methods, query data SpawnDetails and query filter Spawned (#19047) 2025-05-08 14:57:33 +00:00
reflect Replace VisitEntities with MapEntities (#18432) 2025-03-21 00:18:10 +00:00
relationship fix .insert_related index bound (#19134) 2025-05-09 17:10:54 +00:00
schedule Remove upcasting methods + Cleanup interned label code (#18984) 2025-05-26 15:38:12 +00:00
storage Make entity::index non max (#18704) 2025-05-07 18:20:30 +00:00
system Make SystemChangeTick Clone (#18991) 2025-05-26 15:43:06 +00:00
world Add documentation and examples of [ScheduleLabel] usage. (#19329) 2025-05-22 15:55:35 +00:00
archetype.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
batching.rs
bundle.rs Track spawn Tick of entities, offer methods, query data SpawnDetails and query filter Spawned (#19047) 2025-05-08 14:57:33 +00:00
change_detection.rs clippy: expect large variants and other small fixes (#19222) 2025-05-15 22:29:59 +00:00
component.rs Deprecated Begone! 0.16 Cleanup (#19108) 2025-05-07 18:17:41 +00:00
entity_disabling.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
hierarchy.rs feat: derive Serialize on Childof (#19336) 2025-05-22 18:30:14 +00:00
intern.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
label.rs Remove upcasting methods + Cleanup interned label code (#18984) 2025-05-26 15:38:12 +00:00
lib.rs Rename Condition to SystemCondition` (#19328) 2025-05-22 15:50:19 +00:00
name.rs Make entity generation a new type and remove identifier (#19121) 2025-05-08 04:03:05 +00:00
never.rs Use never_say_never hack to work around Rust 2024 regression for fn traits (#18804) 2025-04-14 19:59:48 +00:00
removal_detection.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
resource.rs Move Resource trait to its own file (#17469) 2025-01-21 19:47:08 +00:00
spawn.rs Increase upper limit of children! (#18865) 2025-05-06 00:58:30 +00:00
traversal.rs Add missing words in Traversal doc comment (#19298) 2025-05-19 19:34:59 +00:00