Flecs v4.0
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
 Element type.
 
int32_t count
 Number of elements.
 

Detailed Description

Used with ecs_array_init().

Definition at line 990 of file meta.h.

Member Data Documentation

◆ count

int32_t ecs_array_desc_t::count

Number of elements.

Definition at line 993 of file meta.h.

◆ entity

ecs_entity_t ecs_array_desc_t::entity

Existing entity to use for type (optional).

Definition at line 991 of file meta.h.

◆ type

ecs_entity_t ecs_array_desc_t::type

Element type.

Definition at line 992 of file meta.h.


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