8#define ECS_EVENT_DESC_ID_COUNT_MAX (8)
48 desc_.
id = ecs_pair(first, second);
57 template <
typename First>
62 template <
typename Second>
67 template <
typename First,
typename Second>
78 desc_.
kind = the_kind;
82 template <
typename Kind>
95 flecs::world_t *world_;
97 bool created_ =
false;
Used with ecs_metric_init to create metric.
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.