Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
ecs_value_t Struct Reference

Public Attributes

ecs_entity_t type
 
void * ptr
 

Detailed Description

Definition at line 1213 of file flecs.h.

Member Data Documentation

◆ ptr

void* ecs_value_t::ptr

Definition at line 1215 of file flecs.h.

◆ type

ecs_entity_t ecs_value_t::type

Definition at line 1214 of file flecs.h.


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