OGRE
13.6
Object-Oriented Graphics Rendering Engine
|
#include <OgreScriptCompiler.h>
Public Member Functions | |
PreApplyTextureAliasesScriptCompilerEvent (Material *material, AliasTextureNamePairList *aliases) | |
Public Member Functions inherited from Ogre::ScriptCompilerEvent | |
ScriptCompilerEvent (const String &type) | |
virtual | ~ScriptCompilerEvent () |
Public Attributes | |
AliasTextureNamePairList * | mAliases |
Material * | mMaterial |
Public Attributes inherited from Ogre::ScriptCompilerEvent | |
String | mType |
Static Public Attributes | |
static String | eventType |
|
inline |
Material* Ogre::PreApplyTextureAliasesScriptCompilerEvent::mMaterial |
AliasTextureNamePairList* Ogre::PreApplyTextureAliasesScriptCompilerEvent::mAliases |
|
static |