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

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

CreateDefaultLoaderOptions(bool generateAssets=false, bool supressWarning=false)TriLibCore.AssetLoaderstatic
LoadModelFromFile(string path, Action< AssetLoaderContext > onLoad=null, Action< AssetLoaderContext > onMaterialsLoad=null, Action< AssetLoaderContext, float > onProgress=null, Action< IContextualizedError > onError=null, GameObject wrapperGameObject=null, AssetLoaderOptions assetLoaderOptions=null, object customContextData=null, bool haltTask=false, Action< AssetLoaderContext > onPreLoad=null, bool isZipFile=false)TriLibCore.AssetLoaderstatic
LoadModelFromFileNoThread(string path, Action< IContextualizedError > onError=null, GameObject wrapperGameObject=null, AssetLoaderOptions assetLoaderOptions=null, object customContextData=null, bool isZipFile=false)TriLibCore.AssetLoaderstatic
LoadModelFromStream(Stream stream, string filename=null, string fileExtension=null, Action< AssetLoaderContext > onLoad=null, Action< AssetLoaderContext > onMaterialsLoad=null, Action< AssetLoaderContext, float > onProgress=null, Action< IContextualizedError > onError=null, GameObject wrapperGameObject=null, AssetLoaderOptions assetLoaderOptions=null, object customContextData=null, bool haltTask=false, Action< AssetLoaderContext > onPreLoad=null, bool isZipFile=false)TriLibCore.AssetLoaderstatic
LoadModelFromStreamNoThread(Stream stream, string filename=null, string fileExtension=null, Action< IContextualizedError > onError=null, GameObject wrapperGameObject=null, AssetLoaderOptions assetLoaderOptions=null, object customContextData=null, bool isZipFile=false)TriLibCore.AssetLoaderstatic