![]() |
Flecs v3.1
A fast entity component system (ECS) for C & C++
|
System module world mixin. More...
Go to the source code of this file.
Functions | |
template<typename... Components, typename... Args> | |
flecs::system_builder< Components... > | system (Args &&... args) const |
Create a new system. More... | |
System module world mixin.
Definition in file mixin.inl.
flecs::system_builder< Components... > system | ( | Args &&... | args | ) | const |
Create a new system.
Components | The components to match on. |
Args | Arguments passed to the constructor of flecs::system_builder. |