|
ecsnet
|
Metadata for an entity. This structure holds internal bookkeeping information for an entity, such as whether it is currently active (in use) in the ECS world. More...
#include <ecs_internal.h>
Public Attributes | |
| bool | in_use |
Metadata for an entity. This structure holds internal bookkeeping information for an entity, such as whether it is currently active (in use) in the ECS world.
| bool entity_meta_t::in_use |
Indicates if this entity slot is currently allocated.