bevy/crates/bevy_ui/src
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
..
flex Split bevy_hierarchy out from bevy_transform (#4168) 2022-03-15 01:54:05 +00:00
render Clean up duplicated color conversion code (#4360) 2022-03-29 23:03:22 +00:00
widget ParamSet for conflicting SystemParam:s (#2765) 2022-03-29 23:39:38 +00:00
entity.rs use marker components for cameras instead of name strings (#3635) 2022-03-12 00:41:06 +00:00
focus.rs Fix ui interactions when cursor disappears suddenly (#3926) 2022-02-13 01:49:34 +00:00
lib.rs Remove margins.rs (#4284) 2022-03-29 22:39:18 +00:00
ui_node.rs Partially document bevy_ui (#3526) 2022-01-07 22:20:34 +00:00
update.rs Split bevy_hierarchy out from bevy_transform (#4168) 2022-03-15 01:54:05 +00:00