mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
ee4c8c5ecd
# Objective Several places in the ECS use marker generics to avoid overlapping trait implementations, but different places alternately refer to it as `Params` and `Marker`. This is potentially confusing, since it might not be clear that the same pattern is being used. Additionally, users might be misled into thinking that the `Params` type corresponds to the `SystemParam`s of a system. ## Solution Rename `Params` to `Marker`. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |