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

Answer design questions #26

Open
nicopap opened this issue Jul 22, 2022 · 1 comment
Open

Answer design questions #26

nicopap opened this issue Jul 22, 2022 · 1 comment
Labels
needs-design The implementation is not obvious, some reflection is needed to find good API

Comments

@nicopap
Copy link
Owner

nicopap commented Jul 22, 2022

  • What happens if I send a NavRequest::FocusOn(entity) and entity is not Focusable?
  • What happens if I despawn a NavMenu while one of its children has focus?
  • Could I do without the dependency on bevy's hierarchy for the menu system?
@nicopap nicopap added the needs-design The implementation is not obvious, some reflection is needed to find good API label Jul 22, 2022
@nicopap
Copy link
Owner Author

nicopap commented Jul 30, 2022

What happens when the focused element or a prioritized element gets despawned?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-design The implementation is not obvious, some reflection is needed to find good API
Projects
None yet
Development

No branches or pull requests

1 participant