Type that contains component information (passed to ctors/dtors/...).
More...
#include <flecs.h>
Type that contains component information (passed to ctors/dtors/...).
Definition at line 1052 of file flecs.h.
◆ alignment
| ecs_size_t ecs_type_info_t::alignment |
Alignment of the type.
Definition at line 1054 of file flecs.h.
◆ component
Handle to component (do not set).
Definition at line 1056 of file flecs.h.
◆ hooks
◆ name
| const char* ecs_type_info_t::name |
◆ refcount
| int32_t ecs_type_info_t::refcount |
Refcount (do not set).
Definition at line 1058 of file flecs.h.
◆ size
| ecs_size_t ecs_type_info_t::size |
Size of the type.
Definition at line 1053 of file flecs.h.
The documentation for this struct was generated from the following file: