|
co_ecs 0.9.0
Cobalt ECS
|
#include <co_ecs/entity_ref.hpp>#include <co_ecs/registry.hpp>#include <deque>#include <mutex>#include <variant>Go to the source code of this file.
Classes | |
| class | co_ecs::command_buffer |
| This class manages command buffers and facilitates command execution. More... | |
| class | co_ecs::command_entity_ref |
| This class provides a reference to a command entity, allowing operations such as setting, removing components, and cloning the entity. More... | |
| class | co_ecs::command_writer |
| This class is responsible for writing commands to a command_buffer. More... | |
Namespaces | |
| namespace | co_ecs |