TriLib 2.2.8
Loading...
Searching...
No Matches
Public Attributes | List of all members
TriLibCore.ZipLoadCustomContextData Class Reference

Represents a class passed as the custom data to the Asset Loader Context when loading Models from Zip files. More...

Public Attributes

ZipFile ZipFile
 The zip file to be used.
 
ZipEntry ZipEntry
 The model zip entry inside the zip file.
 
Stream Stream
 The stream used to load the zip file.
 
Action< IContextualizedErrorOnError
 The original error event passed to the Zip loading method.
 
Action< AssetLoaderContextOnMaterialsLoad
 The original materials load event passed to the Zip loading method.
 

Detailed Description

Represents a class passed as the custom data to the Asset Loader Context when loading Models from Zip files.