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>
68 m_desc.
kind = the_kind;
72 template <
typename Kind>
85 flecs::world_t *m_world;
87 bool m_created =
false;
const char * brief
Description of metric.
ecs_entity_t member
Entity associated with member that stores metric value.
ecs_entity_t kind
Must be EcsGauge, EcsCounter, EcsCounterIncrement or EcsCounterId.
ecs_entity_t entity
Entity associated with metric.
bool targets
If id is a (R, *) wildcard and relationship R has the OneOf property, setting this value to true will...
ecs_id_t id
Tracks whether entities have the specified component id.
Class that wraps around a flecs::id_t.