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