ecsnet
Loading...
Searching...
No Matches
entity_meta_t Struct Reference

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

Detailed Description

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.

Member Data Documentation

◆ in_use

bool entity_meta_t::in_use

Indicates if this entity slot is currently allocated.


The documentation for this struct was generated from the following file: