-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a simple EntityMapper
struct for use in networking
#11549
Comments
I'm not sure if it's possible to have a general enough struct for networking. |
Mhmm. Might be more useful as an example? It's hard to say: networking is a nasty beast. |
Yes, an example would be good. But maybe worth to put into rustdoc to the trait description? |
Yeah, I like this a lot as a doc test. |
# Objective Fixes: #11549 Add a doctest example of what a custom implementation of an `EntityMapper` would look like. (need to wait until #11428 is merged) --------- Co-authored-by: Charles Bournhonesque <cbournhonesque@snapchat.com> Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com> Co-authored-by: Hennadii Chernyshchyk <genaloner@gmail.com>
# Objective Fixes: bevyengine#11549 Add a doctest example of what a custom implementation of an `EntityMapper` would look like. (need to wait until bevyengine#11428 is merged) --------- Co-authored-by: Charles Bournhonesque <cbournhonesque@snapchat.com> Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com> Co-authored-by: Hennadii Chernyshchyk <genaloner@gmail.com>
I will remove this from the PR as users can implement it themselves
Originally posted by @cBournhonesque in #11428 (comment)
The text was updated successfully, but these errors were encountered: