TriLib 2.2.8
Loading...
Searching...
No Matches
TriLibCore.AssetLoaderZip Member List

This is the complete list of members for TriLibCore.AssetLoaderZip, including all inherited members.

LoadModelFromZipFile(string path, Action< AssetLoaderContext > onLoad, Action< AssetLoaderContext > onMaterialsLoad, Action< AssetLoaderContext, float > onProgress, Action< IContextualizedError > onError=null, GameObject wrapperGameObject=null, AssetLoaderOptions assetLoaderOptions=null, object customContextData=null, string fileExtension=null, bool haltTask=false, Action< AssetLoaderContext > onPreLoad=null)TriLibCore.AssetLoaderZipstatic
LoadModelFromZipFileNoThread(string path, Action< IContextualizedError > onError=null, GameObject wrapperGameObject=null, AssetLoaderOptions assetLoaderOptions=null, object customContextData=null, string fileExtension=null)TriLibCore.AssetLoaderZipstatic
LoadModelFromZipStream(Stream stream, Action< AssetLoaderContext > onLoad, Action< AssetLoaderContext > onMaterialsLoad, Action< AssetLoaderContext, float > onProgress, Action< IContextualizedError > onError=null, GameObject wrapperGameObject=null, AssetLoaderOptions assetLoaderOptions=null, object customContextData=null, string fileExtension=null, bool haltTask=false, string modelFilename=null, Action< AssetLoaderContext > onPreLoad=null)TriLibCore.AssetLoaderZipstatic
LoadModelFromZipStreamNoThread(Stream stream, Action< IContextualizedError > onError, GameObject wrapperGameObject=null, AssetLoaderOptions assetLoaderOptions=null, object customContextData=null, string fileExtension=null)TriLibCore.AssetLoaderZipstatic
ZipFileEntryToStream(out string fileExtension, ZipEntry zipEntry, ZipFile zipFile)TriLibCore.AssetLoaderZipstatic