mirror of
https://github.com/bevyengine/bevy
synced 2024-11-30 08:30:24 +00:00
63fee2572b
# Objective Add a system parameter `ParamSet` to be used as container for conflicting parameters. ## Solution Added two methods to the SystemParamState trait, which gives the access used by the parameter. Did the implementation. Added some convenience methods to FilteredAccessSet. Changed `get_conflicts` to return every conflicting component instead of breaking on the first conflicting `FilteredAccess`. Co-authored-by: bilsen <40690317+bilsen@users.noreply.github.com> |
||
---|---|---|
.. | ||
engine_style_guide.md | ||
example_style_guide.md |