-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Closed
Labels
A-ECSEntities, components, systems, and eventsEntities, components, systems, and eventsC-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to use
Description
Good call! As a potential followup (idk if we actually need this) we could add a `ReadOnlySystem::run_readonly()` that allows you to safely run the system with an `&World`.
Originally posted by @cart in #7547 (review)
I think this would be valuable, and should be a very straightforward method to implement. Look at how System's method works for reference.
rlidwka
Metadata
Metadata
Assignees
Labels
A-ECSEntities, components, systems, and eventsEntities, components, systems, and eventsC-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to use