CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::Package::Entry Struct Reference

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< Resourcehandle
 A weak handle to the resource. Can be locked to return a strong handle to resource.
 

Detailed Description

A structure that describes a single entry in the package.

Member Data Documentation

◆ handle

WeakResourceHandle<Resource> CeresEngine::Package::Entry::handle

A weak handle to the resource. Can be locked to return a strong handle to resource.

◆ path

FilePath CeresEngine::Package::Entry::path

The path of the package entry.

◆ resourceID

ResourceID CeresEngine::Package::Entry::resourceID

The resource ID for the entry.


The documentation for this struct was generated from the following file: