Flecs v3.2
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
 

Detailed Description

Used with ecs_vector_init().

Definition at line 804 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 805 of file meta.h.

◆ type

ecs_entity_t ecs_vector_desc_t::type

Definition at line 806 of file meta.h.


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