![]() |
Flecs v4.1
A fast entity component system (ECS) for C & C++
|
Type that stores an entity id range. More...
#include <flecs.h>
Public Attributes | |
| uint32_t | min |
| First id in range (inclusive). | |
| uint32_t | max |
| Last id in range (inclusive, 0 = unlimited). | |
| uint32_t | cur |
| Last issued id in range. | |
| ecs_vec_t | recycled |
| Recycled entity ids (vec<entity_t>). | |
Type that stores an entity id range.
Returned by ecs_entity_range_new(), used with ecs_entity_range_set().
| uint32_t ecs_entity_range_t::max |
| uint32_t ecs_entity_range_t::min |
| ecs_vec_t ecs_entity_range_t::recycled |