OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
Manages Overlay objects, parsing them from .overlay files and storing a lookup library of them. More...
#include <OgreCgFxScriptLoader.h>
Public Member Functions | |
CgFxScriptLoader () | |
virtual | ~CgFxScriptLoader () |
Real | getLoadingOrder (void) const override |
Gets the loading order for scripts of this type. | |
const StringVector & | getScriptPatterns (void) const override |
Gets the file patterns which should be used to find scripts for this class. | |
void | parseScript (DataStreamPtr &stream, const String &groupName) override |
Parse a script file. | |
Public Member Functions inherited from Ogre::Singleton< CgFxScriptLoader > | |
Singleton (void) | |
~Singleton (void) | |
Public Member Functions inherited from Ogre::ScriptLoader | |
virtual | ~ScriptLoader () |
Static Public Member Functions | |
static CgFxScriptLoader & | getSingleton (void) |
Get the singleton instance. | |
static CgFxScriptLoader * | getSingletonPtr (void) |
Get the singleton instance. | |
Static Public Member Functions inherited from Ogre::Singleton< CgFxScriptLoader > | |
static CgFxScriptLoader & | getSingleton (void) |
Get the singleton instance. | |
static CgFxScriptLoader * | getSingletonPtr (void) |
Get the singleton instance. | |
Manages Overlay objects, parsing them from .overlay files and storing a lookup library of them.
Alo manages the creation of OverlayContainers and OverlayElements, used for non-interactive 2D elements such as HUDs.
Ogre::CgFxScriptLoader::CgFxScriptLoader | ( | ) |
|
virtual |
|
overridevirtual |
Gets the file patterns which should be used to find scripts for this class.
This method is called when a resource group is loaded if you use ResourceGroupManager::_registerScriptLoader.
Implements Ogre::ScriptLoader.
|
overridevirtual |
Parse a script file.
stream | Weak reference to a data stream which is the source of the script |
groupName | The name of a resource group which should be used if any resources are created during the parse of this script. |
Implements Ogre::ScriptLoader.
Gets the loading order for scripts of this type.
There are dependencies between some kinds of scripts, and this value enumerates that. Higher values load later during bulk loading tasks.
Implements Ogre::ScriptLoader.
|
static |
Get the singleton instance.
|
static |
Get the singleton instance.