bevy/crates/bevy_hierarchy/src
Rob Parrett e164e5a873
Add link to with_children in with_child doc (#14604)
# Objective

Discourage users from using `with_child` for spawning multiple children.

## Solution

Add link to `with_children` in docs for `with_child`.
2024-08-04 13:36:52 +00:00
..
components Minimal Bubbling Observers (#13991) 2024-07-15 13:39:41 +00:00
child_builder.rs Add link to with_children in with_child doc (#14604) 2024-08-04 13:36:52 +00:00
events.rs Require #[derive(Event)] on all Events (#7086) 2023-06-06 14:44:32 +00:00
hierarchy.rs Merge BuildWorldChildren and BuildChildren traits. (#14052) 2024-07-01 14:29:39 +00:00
lib.rs Merge BuildWorldChildren and BuildChildren traits. (#14052) 2024-07-01 14:29:39 +00:00
query_extension.rs Apply Clippy lints regarding lazy evaluation and closures (#14015) 2024-07-01 15:54:40 +00:00
valid_parent_check_plugin.rs Fixed #14248 and other URL issues (#14276) 2024-07-11 12:01:49 +00:00