mirror of
https://github.com/bevyengine/bevy
synced 2025-02-16 14:08:32 +00:00
## Objective - Clean up remaining references to the trait `FromResources`, which was replaced in favor of `FromWorld` during the ECS rework. ## Solution - Remove the derive macro for `FromResources` - Change doc references of `FromResources` to `FromWorld` (this is the first item in #2576) |
||
---|---|---|
.. | ||
component_change_detection.rs | ||
ecs_guide.rs | ||
event.rs | ||
fixed_timestep.rs | ||
hierarchy.rs | ||
iter_combinations.rs | ||
parallel_query.rs | ||
removal_detection.rs | ||
startup_system.rs | ||
state.rs | ||
system_chaining.rs | ||
system_param.rs | ||
system_sets.rs | ||
timers.rs |