OGRE-Next  4.0.0unstable
Object-Oriented Graphics Rendering Engine
Ogre::ParticleSystemTranslator2 Class Referencefinal

#include <OgreScriptTranslator.h>

+ Inheritance diagram for Ogre::ParticleSystemTranslator2:

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...
 

Constructor & Destructor Documentation

◆ ParticleSystemTranslator2()

Ogre::ParticleSystemTranslator2::ParticleSystemTranslator2 ( )

Member Function Documentation

◆ isParsing()

bool Ogre::ParticleSystemTranslator2::isParsing ( ) const
inline

◆ translate()

void Ogre::ParticleSystemTranslator2::translate ( ScriptCompiler compiler,
const AbstractNodePtr node 
)
overridevirtual

This function translates the given node into Ogre resource(s).

Parameters
compilerThe compiler invoking this translator
nodeThe current AST node to be translated

Implements Ogre::ScriptTranslator.


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