JoJoJet / bevy-trait-query

adds trait queries to the bevy game engine
Apache License 2.0
65 stars 11 forks source link

Clarify behavior of `register_component_as` #4

Closed JoJoJet closed 1 year ago

JoJoJet commented 1 year ago

Add documentation to the register_component_as extension method, clarifying the behavior of double registration and late registration.

Added a test case for multiply registered impls.

Fixes #3.