-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The Query-based effects like ComponentsSet- and EntityComponentsSet- are very generic, allowing for filters and extra query data to be specified. However, actually using these features is somewhat annoying, requiring the user to specify them in the constructor call: https://github.com/Trouv/bevy_pipe_affect/blob/main/examples/sokoban/animate.rs#L13
Even specifying them in the closure, a more readable option IMO, doesn't resolve the issue because of some lifetime difference between the outer generic and inner closure parameter.
This issue is for improving this situation... somehow. Need to look into it more for a proper recommendation.
Metadata
Metadata
Assignees
Labels
No labels