Flecs v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
ecs_vector_desc_t Struct Reference

Used with ecs_vector_init(). More...

#include <meta.h>

Public Attributes

ecs_entity_t entity
 Existing entity to use for type (optional).
 
ecs_entity_t type
 Element type.
 

Detailed Description

Used with ecs_vector_init().

Definition at line 1009 of file meta.h.

Member Data Documentation

◆ entity

ecs_entity_t ecs_vector_desc_t::entity

Existing entity to use for type (optional).

Definition at line 1010 of file meta.h.

◆ type

ecs_entity_t ecs_vector_desc_t::type

Element type.

Definition at line 1011 of file meta.h.


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