bevy/crates/bevy_ui
ickshonpe 05b7f60ae5
UI node bundle comment fix (#9404)
# Objective

Doc comment for the `global_transform` field in `NodeBundle` says:

```
/// This field is automatically managed by the UI layout system.
```

The `GlobalTransform` component is the thing being managed, not the
`global_transform` field, and the `TransformPropagate` systems do the
managing, not the UI layout system.
2023-08-28 18:55:35 +00:00
..
src UI node bundle comment fix (#9404) 2023-08-28 18:55:35 +00:00
Cargo.toml Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00