Expand description
Alerting events when a component is removed from an entity.
Structs§
- Removed
Component Entity - Wrapper around
EntityforRemovedComponents. Internally,RemovedComponentsuses these as anEvents<RemovedComponentEntity>. - Removed
Component Events - Stores the
RemovedComponentsevent buffers for all types of component in a givenWorld. - Removed
Component Reader - Wrapper around a
ManualEventReader<RemovedComponentEntity>so that we can differentiate events between components. - Removed
Components - A
SystemParamthat yields entities that had theirTComponentremoved 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.