|
CeresEngine 0.2.0
A game development framework
|
A structure that wraps the index of a package. More...
Public Attributes | |
| HashMap< ResourceID, Entry > | byUUID |
| Index of package resources by their UUID. | |
| HashMap< String, Entry > | byPath |
| Index of package resources by their paths. | |
A structure that wraps the index of a package.
The index describes all resources contained in a package, indexed by their name or UUID and a reference to the resource.
Index of package resources by their paths.
| HashMap<ResourceID, Entry> CeresEngine::Package::PackageIndex::byUUID |
Index of package resources by their UUID.