Expand description
Alerting events when a component is removed from an entity.
Structs§
- Removed
Component Entity - Wrapper around
Entity
forRemovedComponents
. Internally,RemovedComponents
uses these as anEvents<RemovedComponentEntity>
. - Removed
Component Events - Stores the
RemovedComponents
event buffers for all types of component in a givenWorld
. - Removed
Component Reader - Wrapper around a
EventCursor<RemovedComponentEntity>
so that we can differentiate events between components. - Removed
Components - A
SystemParam
that yields entities that had theirT
Component
removed or have been despawned with it.
Type Aliases§
- Removed
Iter - Iterator over entities that had a specific component removed.
- Removed
Iter With Id - Iterator over entities that had a specific component removed.