Flecs v4.1
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
mixin.inl
Go to the documentation of this file.
1
25const ecs_entity_range_t* range_new(uint32_t min, uint32_t max) const;
26
30void range_set(const ecs_entity_range_t *range) const;
31
36
const ecs_entity_range_t * range_get() const
Get the currently active entity id range.
const ecs_entity_range_t * range_new(uint32_t min, uint32_t max) const
Create a new entity id range.
void range_set(const ecs_entity_range_t *range) const
Set the active entity id range.
Type that stores an entity id range.