bevy/crates/bevy_transform/src
Chia-Hsiang Cheng 93c7e7cf4d
Rename "AddChild" to "PushChild" (#11194)
# Objective

- Fixes #11187 

## Solution

- Rename the `AddChild` struct to `PushChild`
- Rename the `AddChildInPlace` struct to `PushChildInPlace`

## Migration Guide

The struct `AddChild` has been renamed to `PushChild`, and the struct
`AddChildInPlace` has been renamed to `PushChildInPlace`.
2024-01-04 16:06:14 +00:00
..
components Replace or document ignored doctests (#11040) 2024-01-01 16:50:56 +00:00
commands.rs Rename "AddChild" to "PushChild" (#11194) 2024-01-04 16:06:14 +00:00
helper.rs Derive Error for more error types (#10240) 2023-10-28 22:20:37 +00:00
lib.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
systems.rs Global TaskPool API improvements (#10008) 2023-10-23 20:48:48 +00:00