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

Component information. More...

#include <flecs.h>

Public Attributes

ecs_size_t size
 Component size.
 
ecs_size_t alignment
 Component alignment.
 

Detailed Description

Component information.

Definition at line 1316 of file flecs.h.

Member Data Documentation

◆ alignment

ecs_size_t EcsComponent::alignment

Component alignment.

Definition at line 1318 of file flecs.h.

◆ size

ecs_size_t EcsComponent::size

Component size.

Definition at line 1317 of file flecs.h.


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