bevy
bevy copied to clipboard
Add a doctest example for EntityMapper
Objective
Fixes: https://github.com/bevyengine/bevy/issues/11549
Add a doctest example of what a custom implementation of an EntityMapper
would look like.
(need to wait until https://github.com/bevyengine/bevy/pull/11428 is merged)
Merging the previous PR, which should make the diff much cleaner momentarily.