[][src]Trait bevy::prelude::BuildWorldChildren

pub trait BuildWorldChildren {
    fn with_children(
        &mut self,
        spawn_children: impl FnOnce(&mut WorldChildBuilder<'_, '_>)
    ) -> &mut Self; }

Required methods

fn with_children(
    &mut self,
    spawn_children: impl FnOnce(&mut WorldChildBuilder<'_, '_>)
) -> &mut Self

Loading content...

Implementors

impl<'a> BuildWorldChildren for WorldBuilder<'a>[src]

impl<'a, 'b> BuildWorldChildren for WorldChildBuilder<'a, 'b>[src]

Loading content...