![]() |
Flecs v4.1
A fast entity component system (ECS) for C & C++
|
Trait that assigns an OnInstantiate policy to a component at compile time. More...
#include <utils.hpp>
Static Public Attributes | |
| static constexpr bool | declared = false |
| static constexpr flecs::on_instantiate | value |
Trait that assigns an OnInstantiate policy to a component at compile time.
Enable by adding a static constexpr auto on_instantiate member set to a flecs::on_instantiate value, or by specializing the trait.
|
staticconstexpr |
|
staticconstexpr |