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

Used with ecs_array_init(). More...

#include <meta.h>

Public Attributes

ecs_entity_t entity
 Existing entity to use for type (optional)
 
ecs_entity_t type
 
int32_t count
 

Detailed Description

Used with ecs_array_init().

Definition at line 790 of file meta.h.

Member Data Documentation

◆ count

int32_t ecs_array_desc_t::count

Definition at line 793 of file meta.h.

◆ entity

ecs_entity_t ecs_array_desc_t::entity

Existing entity to use for type (optional)

Definition at line 791 of file meta.h.

◆ type

ecs_entity_t ecs_array_desc_t::type

Definition at line 792 of file meta.h.


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