Change entity disabling/enabling components to be recursive over `Children` (#24158)
# Objective Addresses part of #24157 ## Solution Change `.try_insert(Disabled)` to `.insert_recursive::<Children>(Disabled)`, and `.try_remove::<Disabled>()` to `.remove_recursive::<Children, Disabled>()`
F
Freyja-moth committed
15540493a688e162e56b4ad19b6055fc35e109aa
Parent: 424fc92
Committed by GitHub <noreply@github.com>
on 5/6/2026, 6:03:16 PM