Tanoda
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. More...
 
Stream Stream
 The stream used to load the zip file. More...
 
object CustomData
 The optional custom data. More...
 
Action< IContextualizedError > OnError
 The original error event passed to the Zip loading method. More...
 
Action< AssetLoaderContext > OnMaterialsLoad
 The original materials load event passed to the Zip loading method. More...
 

Detailed Description

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

Definition at line 9 of file ZipLoadCustomContextData.cs.

Member Data Documentation

◆ CustomData

object TriLibCore.ZipLoadCustomContextData.CustomData

The optional custom data.

Definition at line 24 of file ZipLoadCustomContextData.cs.

◆ OnError

Action<IContextualizedError> TriLibCore.ZipLoadCustomContextData.OnError

The original error event passed to the Zip loading method.

Definition at line 29 of file ZipLoadCustomContextData.cs.

◆ OnMaterialsLoad

Action<AssetLoaderContext> TriLibCore.ZipLoadCustomContextData.OnMaterialsLoad

The original materials load event passed to the Zip loading method.

Definition at line 34 of file ZipLoadCustomContextData.cs.

◆ Stream

Stream TriLibCore.ZipLoadCustomContextData.Stream

The stream used to load the zip file.

Definition at line 19 of file ZipLoadCustomContextData.cs.

◆ ZipFile

ZipFile TriLibCore.ZipLoadCustomContextData.ZipFile

The zip file to be used.

Definition at line 14 of file ZipLoadCustomContextData.cs.


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