◆ GetFromCache()
Get the asset from the cache based on the identifier.
- Parameters
-
identifier | The identifier of the asset. |
- Returns
- The asset from the cache.
◆ LoadFromBuffer()
Load the asset from a buffer.
- Parameters
-
buffer | The buffer containing the asset data. |
data | Additional data for loading the asset. |
- Returns
- The loaded asset.
◆ LoadFromBufferOrGetFromCache()
Load the asset from a buffer or get it from the cache based on the identifier.
- Parameters
-
identifier | The identifier of the asset. |
buffer | The buffer containing the asset data. |
data | Additional data for loading the asset. |
- Returns
- The loaded asset.
◆ LoadFromFile()
Load the asset from file based on the file path.
- Parameters
-
path | The file path of the asset. |
data | Additional data for loading the asset. |
- Returns
- The loaded asset.
◆ LoadFromFileOrGetFromCache()
Load the asset from file or get it from the cache based on the identifier and file path.
- Parameters
-
identifier | The identifier of the asset. |
path | The file path of the asset. |
data | Additional data for loading the asset. |
- Returns
- The loaded asset.
The documentation for this class was generated from the following file: