![]() |
OGRE 14.6
Object-Oriented Graphics Rendering Engine
|
#include <OgreScriptCompiler.h>
Public Types | |
| enum | ResourceType { TEXTURE , MATERIAL , GPU_PROGRAM , COMPOSITOR } |
Public Member Functions | |
| ProcessResourceNameScriptCompilerEvent (ResourceType resourceType, const String &name) | |
| Public Member Functions inherited from Ogre::ScriptCompilerEvent | |
| ScriptCompilerEvent (const String &type) | |
| virtual | ~ScriptCompilerEvent () |
Public Attributes | |
| String | mName |
| ResourceType | mResourceType |
| Public Attributes inherited from Ogre::ScriptCompilerEvent | |
| String | mType |
Static Public Attributes | |
| static String | eventType |
|
inline |
References Ogre::ScriptCompilerEvent::ScriptCompilerEvent(), eventType, mName, and mResourceType.
| ResourceType Ogre::ProcessResourceNameScriptCompilerEvent::mResourceType |
Referenced by ProcessResourceNameScriptCompilerEvent().
| String Ogre::ProcessResourceNameScriptCompilerEvent::mName |
Referenced by ProcessResourceNameScriptCompilerEvent().
|
static |
Referenced by ProcessResourceNameScriptCompilerEvent().