We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 function to get a component and observe updates to it as a flow.
Most of this should be possible to implement with built in coroutines helpers and adding/removing an observer for that component type on an entity.
The text was updated successfully, but these errors were encountered:
feat: Entity getAsFlow (closes #108)
d7f7333
feat: Basic support for removing observers after adding
No branches or pull requests
Add a function to get a component and observe updates to it as a flow.
Most of this should be possible to implement with built in coroutines helpers and adding/removing an observer for that component type on an entity.
The text was updated successfully, but these errors were encountered: