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

Used with ecs_primitive_init(). More...

#include <meta.h>

Public Attributes

ecs_entity_t entity
 Existing entity to use for type (optional).
 
ecs_primitive_kind_t kind
 Primitive type kind.
 

Detailed Description

Used with ecs_primitive_init().

Definition at line 936 of file meta.h.

Member Data Documentation

◆ entity

ecs_entity_t ecs_primitive_desc_t::entity

Existing entity to use for type (optional).

Definition at line 937 of file meta.h.

◆ kind

ecs_primitive_kind_t ecs_primitive_desc_t::kind

Primitive type kind.

Definition at line 938 of file meta.h.


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