Split access model between components and resources #7255
Labels
A-ECS
Entities, components, systems, and events
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
Originally posted by @james7132 in #6960 (comment)
Currently
reads_all
andwrites_all
would access all resource and component data. This is not ideal, asEntityMut
andEntityRef
are much more useful if they can be accessed at the same time as resources.The text was updated successfully, but these errors were encountered: