[][src]Trait bevy::prelude::DespawnRecursiveExt

pub trait DespawnRecursiveExt {
    fn despawn_recursive(&mut self, entity: Entity) -> &mut Self;
}

Required methods

fn despawn_recursive(&mut self, entity: Entity) -> &mut Self

Despawns the provided entity and its children.

Loading content...

Implementors

impl DespawnRecursiveExt for Commands[src]

fn despawn_recursive(&mut self, entity: Entity) -> &mut Commands[src]

Despawns the provided entity and its children.

Loading content...