Flecs v4.1
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
36template <typename Func>
37const Self& observe(Func&& callback) const;
ecs_entity_t entity_t
Entity type.
Definition c_types.hpp:21