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. More...
 
ecs_size_t alignment
 Component alignment. More...
 

Detailed Description

Component information.

Definition at line 1261 of file flecs.h.

Member Data Documentation

◆ alignment

ecs_size_t EcsComponent::alignment

Component alignment.

Definition at line 1263 of file flecs.h.

◆ size

ecs_size_t EcsComponent::size

Component size.

Definition at line 1262 of file flecs.h.


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