OGRE
1.9.0
|
#include <OgreScriptCompiler.h>
Public Member Functions | |
PreApplyTextureAliasesScriptCompilerEvent (Material *material, AliasTextureNamePairList *aliases) | |
Public Attributes | |
AliasTextureNamePairList * | mAliases |
Material * | mMaterial |
String | mType |
Static Public Attributes | |
static String | eventType |
Definition at line 496 of file OgreScriptCompiler.h.
Ogre::PreApplyTextureAliasesScriptCompilerEvent::PreApplyTextureAliasesScriptCompilerEvent | ( | Material * | material, |
AliasTextureNamePairList * | aliases ) |
Definition at line 503 of file OgreScriptCompiler.h.
References Ogre::ScriptCompilerEvent::ScriptCompilerEvent(), eventType, mAliases, and mMaterial.
|
static |
Definition at line 501 of file OgreScriptCompiler.h.
Referenced by PreApplyTextureAliasesScriptCompilerEvent().
AliasTextureNamePairList* Ogre::PreApplyTextureAliasesScriptCompilerEvent::mAliases |
Definition at line 500 of file OgreScriptCompiler.h.
Referenced by PreApplyTextureAliasesScriptCompilerEvent().
Material* Ogre::PreApplyTextureAliasesScriptCompilerEvent::mMaterial |
Definition at line 499 of file OgreScriptCompiler.h.
Referenced by PreApplyTextureAliasesScriptCompilerEvent().
|
inherited |
Definition at line 350 of file OgreScriptCompiler.h.
Referenced by ScriptCompilerEvent().