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

Used with ecs_struct_init(). More...

#include <meta.h>

Public Attributes

ecs_entity_t entity
 Existing entity to use for type (optional)
 
ecs_member_t members [(32)]
 

Detailed Description

Used with ecs_struct_init().

Definition at line 817 of file meta.h.

Member Data Documentation

◆ entity

ecs_entity_t ecs_struct_desc_t::entity

Existing entity to use for type (optional)

Definition at line 818 of file meta.h.

◆ members

ecs_member_t ecs_struct_desc_t::members[(32)]

Definition at line 819 of file meta.h.


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