bevy/crates/bevy_app/src
Manuel Fuchs bfb8e9978a
Rename Schedule::name to Schedule::label (#11531)
# Objective

While working on #11527 I spotted that the internal field for the label
of a `Schedule` is called `name`. Using `label` seems more in line with
the other naming across Bevy.

## Solution

Renaming the field was straightforward since it's not exposed outside of
the module. This also means a changelog or migration guide isn't
necessary.
2024-01-25 19:13:23 +00:00
..
app.rs Rename Schedule::name to Schedule::label (#11531) 2024-01-25 19:13:23 +00:00
ci_testing.rs Take example screenshots in CI (#8488) 2023-05-01 18:00:01 +00:00
lib.rs Add First/Pre/Post/Last schedules to the Fixed timestep (#10977) 2023-12-14 04:35:40 +00:00
main_schedule.rs Explain where rendering is (#11018) 2024-01-08 23:02:46 +00:00
plugin.rs Fix typos plugin.rs (#11193) 2024-01-03 15:30:35 +00:00
plugin_group.rs Replace or document ignored doctests (#11040) 2024-01-01 16:50:56 +00:00
schedule_runner.rs Revert App::run() behavior/Remove winit specific code from bevy_app (#10389) 2023-11-16 21:50:17 +00:00