ScheduleBuildSettings
should just use public fields
#7440
Labels
A-ECS
Entities, components, systems, and events
C-Code-Quality
A section of code that is hard to understand or change
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
What problem does this solve or what need does it fill?
ScheduleBuildSettings
, added in #6587 uses a builder pattern.This would be clearer, simpler, and more consistent if it simply used public fields.
What solution would you like?
Make the fields public and remove the builder methods.
Additional context
Please don't do this until #7267 is merged for the sake of my sanity.
The text was updated successfully, but these errors were encountered: