|  | OGRE-Next 3.0.0
    Object-Oriented Graphics Rendering Engine | 
#include <OgreScriptTranslator.h>
 Inheritance diagram for Ogre::TechniqueTranslator:
 Inheritance diagram for Ogre::TechniqueTranslator:| Public Member Functions | |
| TechniqueTranslator () | |
| void | translate (ScriptCompiler *compiler, const AbstractNodePtr &node) override | 
| This function translates the given node into Ogre resource(s). | |
| Ogre::TechniqueTranslator::TechniqueTranslator | ( | ) | 
| 
 | overridevirtual | 
This function translates the given node into Ogre resource(s).
| compiler | The compiler invoking this translator | 
| node | The current AST node to be translated | 
Implements Ogre::ScriptTranslator.