![]() |
Flecs v4.1
A fast entity component system (ECS) for C & C++
|
Macros | |
| #define | ecs_lookup_from(world, parent, path) |
| Lookup an entity from a parent. | |
| #define | ecs_get_path_from(world, parent, child) |
| Get path from a parent. | |
| #define | ecs_get_path(world, child) |
| Get path from root. | |
| #define | ecs_get_path_buf(world, child, buf) |
| Get path from root, write to buffer. | |
| #define | ecs_new_from_path(world, parent, path) |
| Create a new entity from a path. | |
| #define | ecs_add_path(world, entity, parent, path) |
| Add a path to an entity. | |
| #define | ecs_add_fullpath(world, entity, path) |
| Add a full path to an entity. | |
| #define ecs_add_fullpath | ( | world, | |
| entity, | |||
| path ) |
Add a full path to an entity.
| #define ecs_add_path | ( | world, | |
| entity, | |||
| parent, | |||
| path ) |
Add a path to an entity.
| #define ecs_get_path | ( | world, | |
| child ) |
Get path from root.
| #define ecs_get_path_buf | ( | world, | |
| child, | |||
| buf ) |
Get path from root, write to buffer.
| #define ecs_get_path_from | ( | world, | |
| parent, | |||
| child ) |
Get path from a parent.
| #define ecs_lookup_from | ( | world, | |
| parent, | |||
| path ) |
Lookup an entity from a parent.
| #define ecs_new_from_path | ( | world, | |
| parent, | |||
| path ) |
Create a new entity from a path.