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

An array with (component) ids. More...

#include <flecs.h>

Public Attributes

ecs_id_tarray
 
int32_t count
 

Detailed Description

An array with (component) ids.

Definition at line 280 of file flecs.h.

Member Data Documentation

◆ array

ecs_id_t* ecs_type_t::array

Definition at line 281 of file flecs.h.

◆ count

int32_t ecs_type_t::count

Definition at line 282 of file flecs.h.


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