bevy/crates/bevy_hierarchy/src
AlephCubed 9f18fa695d
Added docs on how Parent component is affected by BuildChildren methods. (#17205)
`BuildChildren` docs didn't specify how the children's `Parent`
components are changed, which is now fixed.
Fixes #16526.
2025-01-07 00:49:50 +00:00
..
components Faster entity cloning (#16717) 2024-12-18 20:03:39 +00:00
child_builder.rs Added docs on how Parent component is affected by BuildChildren methods. (#17205) 2025-01-07 00:49:50 +00:00
events.rs Fix bevy_hierarchy failing to compile without reflect feature (#16428) 2024-11-19 01:28:42 +00:00
hierarchy.rs Remove Implicit std Prelude from no_std Crates (#17086) 2025-01-03 01:58:43 +00:00
lib.rs Remove Implicit std Prelude from no_std Crates (#17086) 2025-01-03 01:58:43 +00:00
query_extension.rs Remove Implicit std Prelude from no_std Crates (#17086) 2025-01-03 01:58:43 +00:00
valid_parent_check_plugin.rs Add no_std support to bevy_hierarchy (#16998) 2024-12-29 19:12:29 +00:00