bevy/crates/bevy_scene/src
TheRawMeatball d9b8b3e618 Add EventWriter (#1575)
This adds a `EventWriter<T>` `SystemParam` that is just a thin wrapper around `ResMut<Events<T>>`. This is primarily to have API symmetry between the reader and writer, and has the added benefit of easily improving the API later with no breaking changes.
2021-03-07 20:42:04 +00:00
..
command.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
dynamic_scene.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
lib.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
scene_loader.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
scene_spawner.rs Add EventWriter (#1575) 2021-03-07 20:42:04 +00:00
scene.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
serde.rs Bevy Reflection (#926) 2020-11-27 16:39:59 -08:00