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


Public Member Functions | |
| C3D_API | BackgroundTextWriter (castor::TextFile &file, castor::String const &tabs) |
| Constructor. More... | |
| C3D_API void | visit (ColourBackground &background) override |
| Visits a colour background. More... | |
| C3D_API void | visit (SkyboxBackground &background) override |
| Visits a colour background. More... | |
| C3D_API void | visit (ImageBackground &background) override |
| Visits a colour background. More... | |
Public Member Functions inherited from castor3d::BackgroundVisitor | |
| 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::BackgroundTextWriter::BackgroundTextWriter | ( | castor::TextFile & | file, |
| castor::String const & | tabs | ||
| ) |
Constructor.
|
overridevirtual |
Visits a colour background.
Implements castor3d::BackgroundVisitor.
|
overridevirtual |
Visits a colour background.
Implements castor3d::BackgroundVisitor.
|
overridevirtual |
Visits a colour background.
Implements castor3d::BackgroundVisitor.