#include <OgreResourceGroupManager.h>
Public Types | |
enum | Status { UNINITIALSED = 0, INITIALISING = 1, INITIALISED = 2, LOADING = 3, LOADED = 4 } |
typedef std::map < Real, LoadUnloadResourceList * > | LoadResourceOrderMap |
Created resources which are ready to be loaded / unloaded. | |
Public Attributes | |
OGRE_AUTO_MUTEX String | name |
General mutex for dealing with group content. | |
bool | initialised |
Group status. | |
LocationList | locationList |
List of possible locations to search. | |
ResourceLocationIndex | resourceIndexCaseSensitive |
Index of resource names to locations, built for speedy access (case sensitive archives). | |
ResourceLocationIndex | resourceIndexCaseInsensitive |
Index of resource names to locations, built for speedy access (case insensitive archives). | |
ResourceDeclarationList | resourceDeclarations |
Pre-declared resources, ready to be created. | |
LoadResourceOrderMap | loadResourceOrderMap |
String | worldGeometry |
Linked world geometry, as passed to setWorldGeometry. | |
SceneManager * | worldGeometrySceneManager |
Scene manager to use with linked world geometry. |
Definition at line 224 of file OgreResourceGroupManager.h.
typedef std::map<Real, LoadUnloadResourceList*> Ogre::ResourceGroupManager::ResourceGroup::LoadResourceOrderMap |
Created resources which are ready to be loaded / unloaded.
Definition at line 253 of file OgreResourceGroupManager.h.
Definition at line 226 of file OgreResourceGroupManager.h.
OGRE_AUTO_MUTEX String Ogre::ResourceGroupManager::ResourceGroup::name |
General mutex for dealing with group content.
Status-specific mutex, separate from content-changing mutex Group name
Definition at line 239 of file OgreResourceGroupManager.h.
Index of resource names to locations, built for speedy access (case sensitive archives).
Definition at line 245 of file OgreResourceGroupManager.h.
Index of resource names to locations, built for speedy access (case insensitive archives).
Definition at line 247 of file OgreResourceGroupManager.h.
Pre-declared resources, ready to be created.
Definition at line 249 of file OgreResourceGroupManager.h.
Definition at line 254 of file OgreResourceGroupManager.h.
Linked world geometry, as passed to setWorldGeometry.
Definition at line 256 of file OgreResourceGroupManager.h.
Scene manager to use with linked world geometry.
Definition at line 258 of file OgreResourceGroupManager.h.
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sat May 10 16:28:44 2008