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

Types used to create entities, observers, queries and more. More...

Collaboration diagram for Miscellaneous types:

Classes

struct  ecs_value_t
 
struct  ecs_build_info_t
 Type with information about the current Flecs build. More...
 
struct  ecs_world_info_t
 Type that contains information about the world. More...
 
struct  ecs_query_group_info_t
 Type that contains information about a query group. More...
 

Typedefs

typedef struct ecs_value_t ecs_value_t
 
typedef struct ecs_build_info_t ecs_build_info_t
 Type with information about the current Flecs build.
 
typedef struct ecs_world_info_t ecs_world_info_t
 Type that contains information about the world.
 
typedef struct ecs_query_group_info_t ecs_query_group_info_t
 Type that contains information about a query group.
 

Detailed Description

Types used to create entities, observers, queries and more.