Skip to content
Flecs v4.1
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 1637 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 1638 of file meta.h.

◆ type

EcsOpaque ecs_opaque_desc_t::type

Type that the opaque type maps to.

Definition at line 1639 of file meta.h.


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