VenomEngine
Cross-Platform Modern Graphics Engine
|
Entity Component System Will mainly encapsulate the fabulous flecs library (https://github.com/SanderMertens/flecs.git) This class will be contained in the VenomEngine class. More...
#include <ECS.h>
Static Public Member Functions | |
static Entity | GetEntity (const char *name) |
template<typename... Args> | |
static void | ForEach (auto &&func) |
static ECS * | GetECS () |
Entity Component System Will mainly encapsulate the fabulous flecs library (https://github.com/SanderMertens/flecs.git) This class will be contained in the VenomEngine class.