bevy/examples/ecs
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
..
change_detection.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
ecs_guide.rs Add EventWriter (#1575) 2021-03-07 20:42:04 +00:00
event.rs Add EventWriter (#1575) 2021-03-07 20:42:04 +00:00
fixed_timestep.rs Non-string labels (#1423 continued) (#1473) 2021-02-18 13:20:37 -08:00
hierarchy.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
parallel_query.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
removal_detection.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
startup_system.rs Adopt a Fetch pattern for SystemParams (#1074) 2020-12-15 21:57:16 -08:00
state.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
system_chaining.rs Rename add_resource to insert_resource (#1356) 2021-01-30 12:55:13 -08:00
system_param.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
timers.rs ♻️ Timer refactor to duration. Add Stopwatch struct. (#1151) 2021-03-05 19:59:14 +00:00