Trait flat_commands::ChildPusher
source · [−]pub trait ChildPusher<'w, 's, 'a>: ParentCommands<'w, 's, 'a> {
fn push_children(&mut self, children: &[Entity]) -> &mut Self { ... }
}
Provided Methods
fn push_children(&mut self, children: &[Entity]) -> &mut Self
fn push_children(&mut self, children: &[Entity]) -> &mut Self
Add multiple children to the current entity by id.