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
14
template
<
typename
Func>
15
const
Self& observe(
flecs::entity_t
evt, Func&& callback)
const
;
16
25
template
<
typename
Evt,
typename
Func>
26
const
Self& observe(Func&& callback)
const
;
27
36
template
<
typename
Func>
37
const
Self& observe(Func&& callback)
const
;
flecs::entity_t
ecs_entity_t entity_t
Entity type.
Definition
c_types.hpp:21