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