OGRE-Next
4.0.0unstable
Object-Oriented Graphics Rendering Engine
|
#include <OgreScriptTranslator.h>
Public Member Functions | |
ParticleSystemTranslator2 () | |
bool | isParsing () const |
void | translate (ScriptCompiler *compiler, const AbstractNodePtr &node) override |
This function translates the given node into Ogre resource(s). More... | |
Ogre::ParticleSystemTranslator2::ParticleSystemTranslator2 | ( | ) |
|
inline |
|
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.