Castor3D
..
|
FrameVariable loader. More...
Public Member Functions | |
C3D_API | TextLoader (Castor::File::eENCODING_MODE p_encodingMode=Castor::File::eENCODING_MODE_ASCII) |
Constructor. More... | |
virtual C3D_API bool | operator() (FrameVariable const &p_variable, Castor::TextFile &p_file) |
Writes a FrameVariable into a text file. More... | |
C3D_API Castor3D::FrameVariable::TextLoader::TextLoader | ( | Castor::File::eENCODING_MODE | p_encodingMode = Castor::File::eENCODING_MODE_ASCII | ) |
Constructor.
|
virtual |
Writes a FrameVariable into a text file.
[in] | p_file | The file to save the FrameVariable in |
[in] | p_variable | The FrameVariable to save |