![]() |
Flecs v4.1
A fast entity component system (ECS) for C & C++
|
Public Types | |
| enum | Hook { OnAdd , OnRemove , OnSet , OnReplace , OnValidate , Count } |
Public Attributes | |
| void * | callbacks [Count] = {} |
| ecs_ctx_free_t | free [Count] = {} |
Definition at line 16 of file delegate.hpp.
| enum flecs::_::component_binding_ctx::Hook |
Definition at line 17 of file delegate.hpp.
|
inline |
Definition at line 21 of file delegate.hpp.
| void* flecs::_::component_binding_ctx::callbacks[Count] = {} |
Definition at line 18 of file delegate.hpp.
| ecs_ctx_free_t flecs::_::component_binding_ctx::free[Count] = {} |
Definition at line 19 of file delegate.hpp.