bevy/examples/ecs
Alice Cecile 6f5a4d9deb
Rename add_resource to insert_resource (#1356)
* Renamed add_resource to insert_resource

* Changed usage of add_resource to insert_resource

* Renamed add_thread_local_resource
2021-01-30 12:55:13 -08:00
..
change_detection.rs add Flags<T> as a query to get flags of component (#1172) 2020-12-31 16:29:08 -06:00
ecs_guide.rs Rename add_resource to insert_resource (#1356) 2021-01-30 12:55:13 -08:00
event.rs Make EventReader a SystemParam (#1244) 2021-01-18 22:23:30 -08:00
fixed_timestep.rs Adopt a Fetch pattern for SystemParams (#1074) 2020-12-15 21:57:16 -08:00
hierarchy.rs OrthographicProjection scaling mode + camera bundle refactoring (#400) 2021-01-30 02:31:03 -08:00
parallel_query.rs OrthographicProjection scaling mode + camera bundle refactoring (#400) 2021-01-30 02:31:03 -08:00
removal_detection.rs OrthographicProjection scaling mode + camera bundle refactoring (#400) 2021-01-30 02:31:03 -08:00
startup_system.rs Adopt a Fetch pattern for SystemParams (#1074) 2020-12-15 21:57:16 -08:00
state.rs Rename add_resource to insert_resource (#1356) 2021-01-30 12:55:13 -08:00
system_chaining.rs Rename add_resource to insert_resource (#1356) 2021-01-30 12:55:13 -08:00
timers.rs Rename add_resource to insert_resource (#1356) 2021-01-30 12:55:13 -08:00