Expand description
The utilities prelude.
This includes the most common types in this crate, re-exported for your convenience.
Structs§
- Debug
Name - Wrapper to help debugging ECS issues. This is used to display the names of systems, components, …
- Short
Name - Lazily shortens a type name to remove all module paths.
Functions§
- default
- An ergonomic abbreviation for
Default::default()
to make initializing structs easier.