Type that contains information about a query group.
More...
#include <flecs.h>
Type that contains information about a query group.
Definition at line 993 of file flecs.h.
◆ ctx
void* ecs_query_group_info_t::ctx |
Group context, returned by on_group_create.
Definition at line 996 of file flecs.h.
◆ match_count
int32_t ecs_query_group_info_t::match_count |
How often tables have been matched/unmatched.
Definition at line 994 of file flecs.h.
◆ table_count
int32_t ecs_query_group_info_t::table_count |
Number of tables in group.
Definition at line 995 of file flecs.h.
The documentation for this struct was generated from the following file: