|
SO3Engine
|
#include <SO3ScreenshotManager.h>
Public Member Functions | |
| SScreenshotManager (SViewPort *viewport, unsigned int width, unsigned int height, bool withOverlays, bool transparentBackground) | |
| ~SScreenshotManager () | |
| void | MakeScreenshot (std::string filename) |
Definition at line 41 of file SO3ScreenshotManager.h.
| SScreenshotManager::SScreenshotManager | ( | SViewPort * | viewport, |
| unsigned int | width, | ||
| unsigned int | height, | ||
| bool | withOverlays, | ||
| bool | transparentBackground | ||
| ) |
Constructor.
Definition at line 24 of file SO3ScreenshotManager.cpp.
| SScreenshotManager::~SScreenshotManager | ( | ) |
Destructor.
Definition at line 48 of file SO3ScreenshotManager.cpp.
| void SScreenshotManager::MakeScreenshot | ( | std::string | filename | ) |
Definition at line 60 of file SO3ScreenshotManager.cpp.