Way to split/organize the system definition? #2781
-
I'm pretty new to bevy and rust, so maybe I'm missing something obvious. For the sake readability, I would like to gather some of the system calls together to reduce the number of calls chained together. So, schematically, going from something like: To: What's the easiest way to achieve that ? I tried defining function for that but I had trouble with the type of the argument and return. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Maybe you are looking for Plugins? |
Beta Was this translation helpful? Give feedback.
Maybe you are looking for Plugins?