#include <Renderer_Ogre_ResourceProvider.h>
Public Member Functions | |
| OgreResourceProvider () | |
| virtual | ~OgreResourceProvider () |
| void | setResourceGroup (const String &groupName) |
| Sets the ResourceGroup that is to be used when loading non-texture assets. | |
| const String & | getResourceGroup () const |
| Returns the ResourceGroup that is currently being used. | |
| virtual void | loadResource (const String &filename, Resource &output) |
| Loads a given filename into the given OpenGUI::Resource object. | |
| virtual void | unloadResource (Resource &resource) |
| Unloads the given OpenGUI::Resource object. | |
Protected Attributes | |
| String | mResourceGroup |
|
|
|
|
|
|
|
|
Returns the ResourceGroup that is currently being used.
|
|
||||||||||||
|
Loads a given filename into the given OpenGUI::Resource object.
|
|
|
Sets the ResourceGroup that is to be used when loading non-texture assets. Default is Ogre::ResourceGroupManager::DEFAULT_RESOURCE_GROUP_NAME |
|
|
Unloads the given OpenGUI::Resource object.
|
|
|
|