#include <CameraManager.h>
◆ CameraExists()
bool dengine::CameraManager::CameraExists |
( |
std::string |
cameraName | ) |
|
◆ CreateCamera()
std::shared_ptr< Camera > CameraManager::CreateCamera |
( |
std::string |
name, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
height, |
|
|
int |
width |
|
) |
| |
◆ GetCameraByName()
std::shared_ptr< Camera > CameraManager::GetCameraByName |
( |
std::string |
cameraName | ) |
|
◆ GetInstance()
◆ GetMainCamera()
std::shared_ptr< Camera > CameraManager::GetMainCamera |
( |
| ) |
|
◆ cameraCollection
std::map<std::string, std::shared_ptr<Camera> > dengine::CameraManager::cameraCollection |
|
private |
◆ instance
◆ MainCamera
const std::string dengine::CameraManager::MainCamera = "MainCamera" |
|
private |