|
CeresEngine 0.2.0
A game development framework
|
A structure that describes a single entry in the package. More...
Public Attributes | |
| ResourceID | resourceID |
| The resource ID for the entry. | |
| FilePath | path |
| The path of the package entry. | |
| WeakResourceHandle< Resource > | handle |
| A weak handle to the resource. Can be locked to return a strong handle to resource. | |
A structure that describes a single entry in the package.
| WeakResourceHandle<Resource> CeresEngine::Package::Entry::handle |
A weak handle to the resource. Can be locked to return a strong handle to resource.
| FilePath CeresEngine::Package::Entry::path |
The path of the package entry.
| ResourceID CeresEngine::Package::Entry::resourceID |
The resource ID for the entry.