Flecs v4.1
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
28struct stats {
31};
32
34
35}
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:460
Component that stores world statistics.
Definition stats.h:448
Component that stores a summary of world statistics.
Definition stats.h:466
stats(flecs::world &world)
Construct the stats module.
Definition impl.hpp:10
The world.
Definition world.hpp:246