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

Used with ecs_opaque_init(). More...

#include <meta.h>

Public Attributes

ecs_entity_t entity
 Existing entity to use for type (optional).
 
EcsOpaque type
 Type that the opaque type maps to.
 

Detailed Description

Used with ecs_opaque_init().

Definition at line 1045 of file meta.h.

Member Data Documentation

◆ entity

ecs_entity_t ecs_opaque_desc_t::entity

Existing entity to use for type (optional).

Definition at line 1046 of file meta.h.

◆ type

EcsOpaque ecs_opaque_desc_t::type

Type that the opaque type maps to.

Definition at line 1047 of file meta.h.


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