bevy/crates/bevy_ecs/src/schedule
James Liu 04256735f6 Cleanup ScheduleBuildSettings (#7721)
# Objective
Fix #7440. Fix #7441. 

## Solution

 * Remove builder functions on `ScheduleBuildSettings` in favor of public fields, move docs to the fields.
 * Add `use_shortnames` and use it in `get_node_name` to feed it through `bevy_utils::get_short_name`.
2023-02-17 15:17:52 +00:00
..
executor Default to using ExecutorKind::SingleThreaded on wasm32 (#7717) 2023-02-17 00:22:56 +00:00
condition.rs Fix trait bounds for run conditions (#7688) 2023-02-16 16:45:48 +00:00
config.rs change is_system_type() -> bool to system_type() -> Option<TypeId> (#7715) 2023-02-16 22:25:48 +00:00
graph_utils.rs expose ScheduleGraph for third party dependencies (#7522) 2023-02-16 17:09:45 +00:00
mod.rs Cleanup ScheduleBuildSettings (#7721) 2023-02-17 15:17:52 +00:00
schedule.rs Cleanup ScheduleBuildSettings (#7721) 2023-02-17 15:17:52 +00:00
set.rs change is_system_type() -> bool to system_type() -> Option<TypeId> (#7715) 2023-02-16 22:25:48 +00:00
state.rs Rename state_equals condition to in_state (#7677) 2023-02-14 21:30:14 +00:00