bevy/.github/contributing
bilsen 63fee2572b ParamSet for conflicting SystemParam:s (#2765)
# 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>
2022-03-29 23:39:38 +00:00
..
engine_style_guide.md Added API guidelines to CONTRIBUTING.md (#3646) 2022-01-16 02:40:25 +00:00
example_style_guide.md ParamSet for conflicting SystemParam:s (#2765) 2022-03-29 23:39:38 +00:00