VOX
A little voxel engine
|
This is the complete list of members for ECS, including all inherited members.
addComponent(Entity entity, Args &&... args) | ECS | inline |
createEntity() | ECS | inline |
ECS() | ECS | inline |
ECS(ECS &other)=delete | ECS | |
ECS(ECS &&other)=delete | ECS | |
Entity typedef | ECS | |
forEach(void(*func)(Components &...)) | ECS | inline |
getComponent(Entity entity) | ECS | inline |
operator=(ECS &other)=delete | ECS | |
operator=(ECS &&other)=delete | ECS | |
removeComponent(Entity entity) | ECS | inline |
removeEntity(Entity entity) | ECS | inline |
~ECS() | ECS | inline |