Replies: 2 comments
-
Assuming I need some form of |
Beta Was this translation helpful? Give feedback.
0 replies
-
It seems like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry for the code dump but cant really convey the scenario without. I'm currently building bindings for Bevy, so far I am able to register components and systems with system params from C#. That looks like this:
This is how I do system registration:
I want to be able to support the normal bevy system scheduling stuff like
chain
/before
/after
/run_if
.What would be the best way to approach this given the way I currently register systems? Is it possible?
I appreciate this is a fair amount of code that requires people with a deeper understanding of bevy so thanks in advanced.
Beta Was this translation helpful? Give feedback.
All reactions