![]() |
Flecs v4.0
A fast entity component system (ECS) for C & C++
|
Utility to hold a value of a dynamic type. More...
#include <flecs.h>
Public Attributes | |
| ecs_entity_t | type |
| Type of value. | |
| void * | ptr |
| Pointer to value. | |
| ecs_entity_t ecs_value_t::type |