bevy/examples/ecs
Daniel McNab 99a2dc50a6 Cleanup some outdated parts of ecs_guide (#4342)
# Objective

- `Local`s can no longer be accessed outside of their creating system, but these docs say they can be.
- There's also little reason to have a pure wrapper type for `Local`s; they can just use the real type. The parameter name should be sufficiently documenting.
2022-04-04 21:16:36 +00:00
..
component_change_detection.rs Implement and require #[derive(Component)] on all component structs (#2254) 2021-10-03 19:23:44 +00:00
custom_query_param.rs Remove unnecessary system labels (#4340) 2022-04-01 21:11:05 +00:00
ecs_guide.rs Cleanup some outdated parts of ecs_guide (#4342) 2022-04-04 21:16:36 +00:00
event.rs Simplify sending empty events (#2935) 2022-02-04 01:24:47 +00:00
fixed_timestep.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
generic_system.rs bevy_derive: Add derives for Deref and DerefMut (#4328) 2022-03-29 02:10:06 +00:00
hierarchy.rs default() shorthand (#4071) 2022-03-01 20:52:09 +00:00
iter_combinations.rs default() shorthand (#4071) 2022-03-01 20:52:09 +00:00
parallel_query.rs bevy_derive: Add derives for Deref and DerefMut (#4328) 2022-03-29 02:10:06 +00:00
removal_detection.rs default() shorthand (#4071) 2022-03-01 20:52:09 +00:00
startup_system.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
state.rs default() shorthand (#4071) 2022-03-01 20:52:09 +00:00
system_chaining.rs bevy_derive: Add derives for Deref and DerefMut (#4328) 2022-03-29 02:10:06 +00:00
system_param.rs Fix doc_markdown lints in examples (#3486) 2021-12-29 17:25:34 +00:00
system_sets.rs Auto-label function systems with SystemTypeIdLabel (#4224) 2022-03-23 22:53:56 +00:00
timers.rs bevy_derive: Add derives for Deref and DerefMut (#4328) 2022-03-29 02:10:06 +00:00