bevy/crates/bevy_ecs/src/schedule
Hennadii Chernyshchyk 1ffeff19f9 Add condition negation (#7559)
# Objective

Closes #7202

## Solution

~~Introduce a `not` helper to pipe conditions. Opened mostly for discussion. Maybe create an extension trait with `not` method? Please, advice.~~
Introduce `not(condition)` condition that inverses the result of the passed.

---

## Changelog

### Added

- `not` condition.
2023-02-08 23:24:36 +00:00
..
executor early return from multithreaded executor (#7521) 2023-02-06 20:50:08 +00:00
condition.rs Add condition negation (#7559) 2023-02-08 23:24:36 +00:00
config.rs Rename schedule v3 to schedule (#7519) 2023-02-06 18:44:40 +00:00
graph_utils.rs Rename schedule v3 to schedule (#7519) 2023-02-06 18:44:40 +00:00
mod.rs Remove unused test resource in a bevy_ecs schedule unit test (#7551) 2023-02-07 22:59:19 +00:00
schedule.rs Rename schedule v3 to schedule (#7519) 2023-02-06 18:44:40 +00:00
set.rs Rename schedule v3 to schedule (#7519) 2023-02-06 18:44:40 +00:00
state.rs States derive macro (#7535) 2023-02-07 14:02:21 +00:00