bevy/crates/bevy_ecs/src/relationship
JaySpruce deba691fff Implement insert_children for EntityCommands (#18675)
Extension of #18409.

I was updating a migration guide for hierarchy commands and realized
`insert_children` wasn't added to `EntityCommands`, only
`EntityWorldMut`.

This adds that and `insert_related` (basically just some
copy-and-pasting).
2025-04-03 21:45:43 +02:00
..
mod.rs Finish #17558, re-adding insert_children (#18409) 2025-04-03 21:45:42 +02:00
related_methods.rs Implement insert_children for EntityCommands (#18675) 2025-04-03 21:45:43 +02:00
relationship_query.rs Move Item and fetch to QueryData from WorldQuery (#17679) 2025-02-05 18:46:18 +00:00
relationship_source_collection.rs Finish #17558, re-adding insert_children (#18409) 2025-04-03 21:45:42 +02:00