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

Component added to array type entities. More...

#include <meta.h>

Public Attributes

ecs_entity_t type
 Element type.
 
int32_t count
 Number of elements.
 

Detailed Description

Component added to array type entities.

Definition at line 290 of file meta.h.

Member Data Documentation

◆ count

int32_t EcsArray::count

Number of elements.

Definition at line 292 of file meta.h.

◆ type

ecs_entity_t EcsArray::type

Element type.

Definition at line 291 of file meta.h.


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