Tanoda
|
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... | |
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.
object TriLibCore.ZipLoadCustomContextData.CustomData |
The optional custom data.
Definition at line 24 of file ZipLoadCustomContextData.cs.
Action<IContextualizedError> TriLibCore.ZipLoadCustomContextData.OnError |
The original error event passed to the Zip loading method.
Definition at line 29 of file ZipLoadCustomContextData.cs.
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 TriLibCore.ZipLoadCustomContextData.Stream |
The stream used to load the zip file.
Definition at line 19 of file ZipLoadCustomContextData.cs.
ZipFile TriLibCore.ZipLoadCustomContextData.ZipFile |
The zip file to be used.
Definition at line 14 of file ZipLoadCustomContextData.cs.