bevy/crates/bevy_ecs/src/world
ira d688ba5f29 Add send_event and friends to WorldCell (#6515)
# Objective

Copy `send_event` and friends from `World` to `WorldCell`.

Clean up `bevy_winit` using `WorldCell::send_event`.

## Changelog

Added `send_event`, `send_event_default`, and `send_event_batch` to `WorldCell`.

Co-authored-by: devil-ira <justthecooldude@gmail.com>
2022-11-07 21:25:31 +00:00
..
entity_ref.rs Improve logging consistency for entity despawning (#6501) 2022-11-07 19:23:34 +00:00
identifier.rs Unique WorldId (#2827) 2021-09-30 20:54:47 +00:00
mod.rs Improve logging consistency for entity despawning (#6501) 2022-11-07 19:23:34 +00:00
spawn_batch.rs add more SAFETY comments and lint for missing ones in bevy_ecs (#4835) 2022-07-04 14:44:24 +00:00
world_cell.rs Add send_event and friends to WorldCell (#6515) 2022-11-07 21:25:31 +00:00