bevy/crates/bevy_ecs/src/schedule
theotherphil 0ee8bf978c
Clarify Resource change detection behaviour in condition docs (#19252)
# Objective

Fixes https://github.com/bevyengine/bevy/issues/17933

## Solution

Correct "value has changed'" in docs to "value has been added or mutably
dereferenced", with a note for emphasis copied from the docs for
Changed.

## Testing

-
2025-05-30 00:47:25 +00:00
..
executor More uninlined_format_args fixes (#19396) 2025-05-28 02:35:18 +00:00
graph Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
auto_insert_apply_deferred.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
condition.rs Clarify Resource change detection behaviour in condition docs (#19252) 2025-05-30 00:47:25 +00:00
config.rs Rename Condition to SystemCondition` (#19328) 2025-05-22 15:50:19 +00:00
mod.rs Adopt consistent FooSystems naming convention for system sets (#18900) 2025-05-06 15:18:03 +00:00
pass.rs Schedule build pass (#11094) 2025-02-05 23:14:05 +00:00
schedule.rs No schedule build pass overwrite if build settings do not change auto_insert_apply_deferred from true (#19217) 2025-05-26 19:28:56 +00:00
set.rs Remove upcasting methods + Cleanup interned label code (#18984) 2025-05-26 15:38:12 +00:00
stepping.rs More uninlined_format_args fixes (#19396) 2025-05-28 02:35:18 +00:00