![]() # Objective Right now when using egui, systems are inserted without any identifier and to the root. I'd like to name those systems and insert them as children to a root entity. This helps to keep the editor organized. ## Solution - Although the `SystemId` is documented as an opaque type, examples depicted above benefit from tear down of the abstraction. --- ## Changelog ### Added - Implemented `From<SystemId>` for `Entity` --------- Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com> |
||
---|---|---|
.. | ||
commands | ||
adapter_system.rs | ||
combinator.rs | ||
exclusive_function_system.rs | ||
exclusive_system_param.rs | ||
function_system.rs | ||
mod.rs | ||
query.rs | ||
system_name.rs | ||
system_param.rs | ||
system_registry.rs | ||
system.rs |