|
Engine²
Open-source game engine written in C++.
|
#include "system/CameraControlSystem.hpp"#include "component/Camera.hpp"#include "component/Transform.hpp"#include "resource/CameraManager.hpp"#include "scheduler/Update.hpp"#include "utils/CameraBehavior.hpp"Namespaces | |
| namespace | CameraMovement |
| namespace | CameraMovement::System |
Functions | |
| void | CameraMovement::System::CameraControlSystem (Engine::Core &core) |
| System that controls the camera based on the active behavior. | |