Flecs v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
decl.hpp
Go to the documentation of this file.
1
5
6#pragma once
7
8namespace flecs {
9
17
20
23
26
27struct stats {
28 stats(flecs::world& world);
29};
30
32
33}
EcsWorldSummary WorldSummary
Component with world summary stats.
Definition decl.hpp:25
EcsPipelineStats PipelineStats
Component that stores system/pipeline statistics.
Definition decl.hpp:22
EcsWorldStats WorldStats
Component that stores world statistics.
Definition decl.hpp:19
Component that stores pipeline statistics.
Definition stats.h:443
Component that stores world statistics.
Definition stats.h:431
Component that stores a summary of world statistics.
Definition stats.h:449
The world.
Definition world.hpp:172