#include <OgreResourceGroupManager.h>
Public Types | |
| typedef std::map< Real, LoadUnloadResourceList * > | LoadResourceOrderMap |
| Created resources which are ready to be loaded / unloaded. | |
Public Attributes | |
| OGRE_AUTO_MUTEX String | name |
| Group name. | |
| bool | initialised |
| Whether group has been initialised. | |
| 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 213 of file OgreResourceGroupManager.h.
|
|
Created resources which are ready to be loaded / unloaded.
Definition at line 231 of file OgreResourceGroupManager.h. |
|
|
Whether group has been initialised.
Definition at line 219 of file OgreResourceGroupManager.h. |
|
|
Definition at line 232 of file OgreResourceGroupManager.h. |
|
|
List of possible locations to search.
Definition at line 221 of file OgreResourceGroupManager.h. |
|
|
Group name.
Definition at line 217 of file OgreResourceGroupManager.h. |
|
|
Pre-declared resources, ready to be created.
Definition at line 227 of file OgreResourceGroupManager.h. |
|
|
Index of resource names to locations, built for speedy access (case insensitive archives).
Definition at line 225 of file OgreResourceGroupManager.h. |
|
|
Index of resource names to locations, built for speedy access (case sensitive archives).
Definition at line 223 of file OgreResourceGroupManager.h. |
|
|
Linked world geometry, as passed to setWorldGeometry.
Definition at line 234 of file OgreResourceGroupManager.h. |
|
|
Scene manager to use with linked world geometry.
Definition at line 236 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 Sun Jan 21 10:04:39 2007