![]() |
Flecs v4.0
A fast entity component system (ECS) for C & C++
|
Macros | |
#define | ecs_lookup_from(world, parent, path) |
#define | ecs_get_path_from(world, parent, child) |
#define | ecs_get_path(world, child) |
#define | ecs_get_path_buf(world, child, buf) |
#define | ecs_new_from_path(world, parent, path) |
#define | ecs_add_path(world, entity, parent, path) |
#define | ecs_add_fullpath(world, entity, path) |
#define ecs_add_fullpath | ( | world, | |
entity, | |||
path ) |
#define ecs_add_path | ( | world, | |
entity, | |||
parent, | |||
path ) |
#define ecs_get_path | ( | world, | |
child ) |
#define ecs_get_path_buf | ( | world, | |
child, | |||
buf ) |
#define ecs_get_path_from | ( | world, | |
parent, | |||
child ) |
#define ecs_lookup_from | ( | world, | |
parent, | |||
path ) |
#define ecs_new_from_path | ( | world, | |
parent, | |||
path ) |