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

Used with ecs_component_init. More...

#include <flecs.h>

Public Attributes

int32_t _canary
 
ecs_entity_t entity
 Existing entity to associate with observer (optional) More...
 
ecs_type_info_t type
 Parameters for type (size, hooks, ...) More...
 

Detailed Description

Used with ecs_component_init.

Definition at line 950 of file flecs.h.

Member Data Documentation

◆ _canary

int32_t ecs_component_desc_t::_canary

Definition at line 951 of file flecs.h.

◆ entity

ecs_entity_t ecs_component_desc_t::entity

Existing entity to associate with observer (optional)

Definition at line 954 of file flecs.h.

◆ type

ecs_type_info_t ecs_component_desc_t::type

Parameters for type (size, hooks, ...)

Definition at line 957 of file flecs.h.


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