Function bevy_yoleck::vpeol::handle_clickable_children_system

source ·
pub fn handle_clickable_children_system<F, B>(
    parents_query: Query<'_, '_, (Entity, &Children), With<VpeolWillContainClickableChildren>>,
    children_query: Query<'_, '_, &Children>,
    should_add_query: Query<'_, '_, Entity, F>,
    commands: Commands<'_, '_>
)
where F: QueryFilter, B: Default + Bundle,
Expand description