Flecs v4.1
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
impl.hpp
Go to the documentation of this file.
1
6#pragma once
7
8namespace flecs {
9
11#ifdef FLECS_UNITS
13#endif
14
15 // Import C module.
17
21}
22
23}
FLECS_API void FlecsStatsImport(ecs_world_t *world)
Stats module import function.
flecs::entity import()
Import a module.
flecs::component< T > component(Args &&... args) const
Find or register a component.
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
Units module.
Definition decl.hpp:10
The world.
Definition world.hpp:246