Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
ecs_query_group_info_t Struct Reference

Type that contains information about a query group. More...

#include <flecs.h>

Public Attributes

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.
 

Detailed Description

Type that contains information about a query group.

Definition at line 1291 of file flecs.h.

Member Data Documentation

◆ ctx

void* ecs_query_group_info_t::ctx

Group context, returned by on_group_create.

Definition at line 1294 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 1292 of file flecs.h.

◆ table_count

int32_t ecs_query_group_info_t::table_count

Number of tables in group.

Definition at line 1293 of file flecs.h.


The documentation for this struct was generated from the following file: