Skip to content
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

Implement the alternate solution for GitHub issue #9321, implementing Deref and DerefMut for EntityMap #9357

Closed
wants to merge 3 commits into from

Conversation

Aztro-dev
Copy link
Contributor

Objective

Solution

  • Implemented the Deref and DerefMut traits for the EntityMap struct in bevy_ecs

…, implementing Deref and DerefMut for EntityMap
@github-actions
Copy link
Contributor

github-actions bot commented Aug 4, 2023

Welcome, new contributor!

Please make sure you've read our contributing guide and we look forward to reviewing your pull request shortly ✨

@nicopap
Copy link
Contributor

nicopap commented Aug 17, 2023

Yes I prefer this over #9461 But what about making the hashmap field public over implementing Deref and DerefMut?

@nicopap nicopap added C-Usability A targeted quality-of-life change that makes Bevy easier to use A-Reflection Runtime information about types labels Aug 17, 2023
@mockersf
Copy link
Member

mockersf commented Sep 6, 2023

#9461 has been merged

@mockersf mockersf closed this Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Reflection Runtime information about types C-Usability A targeted quality-of-life change that makes Bevy easier to use
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants