![]() |
Castor3D 0.12.0
Multiplatform 3D engine
|
#include <Visitor.hpp>

Public Member Functions | |
| C3D_API | BackgroundVisitor () |
| Constructor. More... | |
| virtual C3D_API | ~BackgroundVisitor () |
| Destructor. More... | |
| virtual C3D_API void | visit (ColourBackground &background)=0 |
| Visits a colour background. More... | |
| virtual C3D_API void | visit (SkyboxBackground &background)=0 |
| Visits a skybox background. More... | |
| virtual C3D_API void | visit (ImageBackground &background)=0 |
| Visits an image background. More... | |
| C3D_API castor3d::BackgroundVisitor::BackgroundVisitor | ( | ) |
Constructor.
|
virtual |
Destructor.
|
pure virtual |
Visits a colour background.
Implemented in castor3d::BackgroundTextWriter.
|
pure virtual |
Visits an image background.
Implemented in castor3d::BackgroundTextWriter.
|
pure virtual |
Visits a skybox background.
Implemented in castor3d::BackgroundTextWriter.