Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
entity_builder.inl
Go to the documentation of this file.
1
14template <typename Func>
15Self& observe(flecs::entity_t evt, Func&& callback);
16
25template <typename Evt, typename Func>
26Self& observe(Func&& callback);
27
35template <typename Func>
36Self& observe(Func&& callback);
37
38