|
CoriEngine
|
#include "WorldSystem/Entity.hpp"

Go to the source code of this file.
Classes | |
| class | Cori::World::TriggerBehaviour |
| An abstract class meant to be used with Trigger component. Derive from it to create a trigger behaviour/script. More... | |
Namespaces | |
| namespace | Cori |
| Global engine namespace. | |
| namespace | Cori::World |
| Anything connected to WorldSystem (ECS) is in this namespace. | |
| namespace | Cori::World::Components |
| Components that are used with the WorldSystem (ECS). | |
| namespace | Cori::World::Components::Entity |
| Components designed to be used with entities. | |