mirror of
https://github.com/bevyengine/bevy
synced 2024-12-23 11:33:06 +00:00
5b5806406d
While being nobody other's issue as far I can tell, I want to create a trait I plan to implement on `App` where more than one schedule is modified. My workaround so far was working with a closure that returns an `ExecutorKind` from a match of the method variable. It makes it easier for me to being able to clone `ExecutorKind` and I don't see this being controversial for others working with Bevy. I did nothing more than adding `Clone` to the derived traits, no migration guide needed. (If this worked out then the GitHub editor is not too shabby.) |
||
---|---|---|
.. | ||
entity | ||
query | ||
reflect | ||
schedule | ||
storage | ||
system | ||
world | ||
archetype.rs | ||
bundle.rs | ||
change_detection.rs | ||
component.rs | ||
event.rs | ||
lib.rs | ||
removal_detection.rs |