bevy/crates/bevy_hierarchy
iiYese 0181d40d83
Add as_slice to parent (#9871)
# Objective
- Make it possible to write APIs that require a type or homogenous
storage for both `Children` & `Parent` that is agnostic to edge
direction.

## Solution
- Add a way to get the `Entity` from `Parent` as a slice.

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
Co-authored-by: Joseph <21144246+JoJoJet@users.noreply.github.com>
2023-09-22 06:27:58 +00:00
..
src Add as_slice to parent (#9871) 2023-09-22 06:27:58 +00:00
Cargo.toml Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00