Type Alias bevy_ecs::removal_detection::RemovedIter
source · pub type RemovedIter<'a> = Map<Flatten<IntoIter<Cloned<EventIterator<'a, RemovedComponentEntity>>>>, fn(_: RemovedComponentEntity) -> Entity>;
Expand description
Iterator over entities that had a specific component removed.
See RemovedComponents
.
Aliased Type§
struct RemovedIter<'a> { /* private fields */ }