Flecs v4.0
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>
15const Self& observe(flecs::entity_t evt, Func&& callback) const;
16
25template <typename Evt, typename Func>
26const Self& observe(Func&& callback) const;
27
35template <typename Func>
36const Self& observe(Func&& callback) const;
37
38