shiny
0.4
a shader and material management library for OGRE
|
Public Member Functions | |
ScriptNode (ScriptNode *parent, const std::string &name="untitled") | |
void | setName (const std::string &name) |
std::string & | getName () |
void | setValue (const std::string &value) |
std::string & | getValue () |
ScriptNode * | addChild (const std::string &name="untitled") |
ScriptNode * | findChild (const std::string &name) |
std::vector< ScriptNode * > & | getChildren () |
ScriptNode * | getChild (unsigned int index=0) |
ScriptNode * | getParent () |
Public Attributes | |
std::string | mFileName |