Indra-db / Flecs-Rust

Rust API for Flecs: A Fast and Flexible Entity Component System (ECS)
MIT License
188 stars 11 forks source link

Document `each_iter` #84

Closed andrewgazelka closed 4 months ago

andrewgazelka commented 5 months ago

https://github.com/Indra-db/flecs-ecs-rs/blob/727b5378994070c9ddd8cc251801b640a113a925/flecs_ecs/src/core/utility/traits/iter.rs#L124

https://github.com/Indra-db/flecs-ecs-rs/blob/727b5378994070c9ddd8cc251801b640a113a925/flecs_ecs/src/core/utility/traits/reactor.rs#L56

The second (1-indexed usize) parameter is slightly confusing. I am guessing it is the iteration number we are on.

Indra-db commented 4 months ago

done