bevy/crates/bevy_transform/src
Nicola Papale b8a9933d46 Add a reparented_to method to GlobalTransform (#7020)
# Objective

It is often necessary  to update an entity's parent while keeping its GlobalTransform static. Currently it is cumbersome and error-prone (two questions in the discord `#help` channel in the past week)

- Part 1 of #5475
- Part 2: #7024.

## Solution

- Add a `reparented_to` method to `GlobalTransform`

---

## Changelog

- Add a `reparented_to` method to `GlobalTransform`
2022-12-25 00:51:20 +00:00
..
components Add a reparented_to method to GlobalTransform (#7020) 2022-12-25 00:51:20 +00:00
lib.rs Parallelized transform propagation (#4775) 2022-11-21 18:18:38 +00:00
systems.rs Fix unsoundness for propagate_recursive (#7003) 2022-12-25 00:39:31 +00:00