Expand WorldCell to support queries #1555
Labels
A-ECS
Entities, components, systems, and events
C-Feature
A new feature, making something new possible
S-Needs-Design
This issue requires design work to think about how it would best be accomplished
Description
WorldCell
allows split mutable access to theWorld
, via panicking runtime borrows checking. Right now, it can only do so for resources, but it would be nice to be able to have the same functionality for queries too.Context
Originally from the Future Work section of #1525.
Personally, I think the API should be removed instead (#3939) and we should implement #4157. However if
WorldCell
does exist, it should have this feature.bevyengine/rfcs#42 proposes this functionality in more depth, and an implementation is linked there.
The text was updated successfully, but these errors were encountered: