bevy_ecs::removal_detection

Type Alias RemovedIterWithId

Source
pub type RemovedIterWithId<'a> = Map<Flatten<IntoIter<EventIteratorWithId<'a, RemovedComponentEntity>>>, fn(_: (&RemovedComponentEntity, EventId<RemovedComponentEntity>)) -> (Entity, EventId<RemovedComponentEntity>)>;
Expand description

Iterator over entities that had a specific component removed.

See RemovedComponents.

Aliased Typeยง

struct RemovedIterWithId<'a> { /* private fields */ }