Castor3D  ..
Public Member Functions | List of all members
Castor3D::SceneNode::TextLoader Class Reference

SceneNode loader. More...

+ Inheritance diagram for Castor3D::SceneNode::TextLoader:
+ Collaboration diagram for Castor3D::SceneNode::TextLoader:

Public Member Functions

C3D_API TextLoader (Castor::File::eENCODING_MODE p_encodingMode=Castor::File::eENCODING_MODE_ASCII)
 Constructor. More...
 
virtual C3D_API bool operator() (SceneNode const &p_node, Castor::TextFile &p_file)
 

Detailed Description

SceneNode loader.

Author
Sylvain DOREMUS
Version
0.6.1.0
Date
19/10/2011
Remarks
Loads and saves Castor3D::SceneNode from/into a file

Constructor & Destructor Documentation

◆ TextLoader()

C3D_API Castor3D::SceneNode::TextLoader::TextLoader ( Castor::File::eENCODING_MODE  p_encodingMode = Castor::File::eENCODING_MODE_ASCII)

Constructor.

Member Function Documentation

◆ operator()()

virtual C3D_API bool Castor3D::SceneNode::TextLoader::operator() ( SceneNode const &  p_node,
Castor::TextFile &  p_file 
)
virtual

Writes a Castor3D::SceneNode into a text file

Parameters
[in]p_filethe file to write the scene node in
[in]p_nodethe scene node to write
Returns
true if successful

The documentation for this class was generated from the following file: