#include <OgreScriptCompiler.h>

Public Types | |
| enum | ResourceType { TEXTURE , MATERIAL , GPU_PROGRAM , COMPOSITOR } |
Public Member Functions | |
| ProcessResourceNameScriptCompilerEvent (ResourceType resourceType, const String &name) | |
Public Attributes | |
| String | mName |
| ResourceType | mResourceType |
| String | mType |
Static Public Attributes | |
| static String | eventType |
Definition at line 476 of file OgreScriptCompiler.h.
| Enumerator | |
|---|---|
| TEXTURE | |
| MATERIAL | |
| GPU_PROGRAM | |
| COMPOSITOR | |
Definition at line 479 of file OgreScriptCompiler.h.
| Ogre::ProcessResourceNameScriptCompilerEvent::ProcessResourceNameScriptCompilerEvent | ( | ResourceType | resourceType, |
| const String & | name ) |
Definition at line 490 of file OgreScriptCompiler.h.
References Ogre::ScriptCompilerEvent::ScriptCompilerEvent(), eventType, mName, and mResourceType.
|
static |
Definition at line 488 of file OgreScriptCompiler.h.
Referenced by ProcessResourceNameScriptCompilerEvent().
| String Ogre::ProcessResourceNameScriptCompilerEvent::mName |
Definition at line 487 of file OgreScriptCompiler.h.
Referenced by ProcessResourceNameScriptCompilerEvent().
| ResourceType Ogre::ProcessResourceNameScriptCompilerEvent::mResourceType |
Definition at line 486 of file OgreScriptCompiler.h.
Referenced by ProcessResourceNameScriptCompilerEvent().
|
inherited |
Definition at line 332 of file OgreScriptCompiler.h.
Referenced by ScriptCompilerEvent().
Copyright © 2012 Torus Knot Software Ltd

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.