bevy/crates/bevy_ecs
Yoh Deadfall 4f1689ec37 Added example of entity sorting by components (#1817)
We discussed with @alice-i-cecile privately on iterators and agreed that making a custom ordered iterator over query makes no sense since materialization is required anyway and it's better to reuse existing components or code. Therefore, just adding an example to the documentation as requested.

Fixes #1470.

Co-authored-by: Carter Anderson <mcanders1@gmail.com>
2021-04-19 20:28:02 +00:00
..
macros Allow deriving SystemParam on private types (#1936) 2021-04-16 18:40:49 +00:00
src Added example of entity sorting by components (#1817) 2021-04-19 20:28:02 +00:00
Cargo.toml Release 0.5.0 (#1835) 2021-04-06 18:48:48 +00:00