bevy/crates/bevy_transform/src
Niklas Eicker 0bce78439b Cleanup system sets called labels (#7678)
# Objective

We have a few old system labels that are now system sets but are still named or documented as labels. Documentation also generally mentioned system labels in some places.


## Solution

- Clean up naming and documentation regarding system sets

## Migration Guide

`PrepareAssetLabel` is now called `PrepareAssetSet`
2023-02-14 21:46:07 +00:00
..
components Cleanup system sets called labels (#7678) 2023-02-14 21:46:07 +00:00
commands.rs Add an extension trait to EntityCommands to update hierarchy while preserving GlobalTransform (#7024) 2023-01-12 18:46:11 +00:00
lib.rs Cleanup system sets called labels (#7678) 2023-02-14 21:46:07 +00:00
systems.rs Migrate engine to Schedule v3 (#7267) 2023-02-06 02:04:50 +00:00