|
FECS
|
Defines the FECS::View class for iterating over entities that have specific components. More...
#include "fecs/containers/sparse_set.h"#include "fecs/core/types.h"#include <fecs/manager/component_manager.h>#include <fecs/manager/entity_manager.h>#include <array>#include <tuple>#include <utility>Go to the source code of this file.
Classes | |
| class | FECS::View< Components > |
| A view for iterating over entities that have all specified component types. More... | |
Defines the FECS::View class for iterating over entities that have specific components.