[][src]Trait bevy_transform::hierarchy::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...

Implementations on Foreign Types

impl DespawnRecursiveExt for Commands[src]

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

Despawns the provided entity and its children.

Loading content...

Implementors

Loading content...