|
CoriEngine
|
#include "System.hpp"#include "WorldSystem/DisposableEntityPool.hpp"#include "Graphics/Animator/QuadAnimator.hpp"#include "WorldSystem/Tags.hpp"

Go to the source code of this file.
Classes | |
| class | Cori::World::Systems::Animation |
| System that is responsible for Animations, every Scene has it by default. More... | |
Namespaces | |
| namespace | Cori |
| Global engine namespace. | |
| namespace | Cori::World |
| Anything connected to WorldSystem (ECS) is in this namespace. | |
| namespace | Cori::World::Systems |
Macros | |
| #define | CORI_DISPOSABLE_ANIMATION_POOL_SIZE 32 |
| #define CORI_DISPOSABLE_ANIMATION_POOL_SIZE 32 |
Definition at line 8 of file WorldSystem/Systems/Animation.hpp.