Urho3D::ResourceGroup Struct Reference
Urho3D::ResourceGroup Struct Reference
  Container of resources with specific type. More...
#include <Urho3D/Resource/ResourceCache.h>
Collaboration diagram for Urho3D::ResourceGroup:
Public Member Functions | |
| ResourceGroup () | |
| Construct with defaults.  | |
Public Attributes | |
| unsigned long long | memoryBudget_ | 
| Memory budget.  | |
| unsigned long long | memoryUse_ | 
| Current memory use.  | |
| HashMap< StringHash, SharedPtr< Resource > > | resources_ | 
| Resources.  | |
Detailed Description
Container of resources with specific type.
The documentation for this struct was generated from the following file:
- Source/Urho3D/Resource/ResourceCache.h
 
