mirror of
https://github.com/bevyengine/bevy
synced 2024-11-23 05:03:47 +00:00
b1646e9cee
# Objective - it would be nice to be able to associate a `NodeId` of a system type set to the `NodeId` of the actual system (used in bevy_mod_debugdump) ## Solution - make `system_type` return the type id of the system - that way you can check if a `dyn SystemSet` is the system type set of a `dyn System` - I don't know if this information is already present somewhere else in the scheduler or if there is a better way to expose it |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |