8#define ECS_EVENT_DESC_ID_COUNT_MAX (8)
43 m_desc.id = ecs_pair(first, second);
52 template <
typename First>
57 template <
typename First,
typename Second>
63 m_desc.targets = value;
68 m_desc.kind = the_kind;
72 template <
typename Kind>
85 flecs::world_t *m_world;
86 ecs_metric_desc_t m_desc = {};
87 bool m_created =
false;
Class that wraps around a flecs::id_t.