Tanoda
TriLibCore.Samples.SimpleCustomAssetLoader Member List

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

LoadModelFromByteData(byte[] data, string modelExtension, Action< IContextualizedError > onError, Action< AssetLoaderContext, float > onProgress, Action< AssetLoaderContext > onModelFullyLoad, Func< string, Stream > customDataReceivingCallback, Func< string, string > customFilenameReceivingCallback, Func< ITexture, Stream > customTextureReceivingCallback, string modelFilename=null, GameObject wrapperGameObject=null, AssetLoaderOptions assetLoaderOptions=null, object customData=null)TriLibCore.Samples.SimpleCustomAssetLoaderstatic
LoadModelFromStream(Stream stream, string modelExtension, Action< IContextualizedError > onError, Action< AssetLoaderContext, float > onProgress, Action< AssetLoaderContext > onModelFullyLoad, Func< string, Stream > customDataReceivingCallback, Func< string, string > customFilenameReceivingCallback, Func< ITexture, Stream > customTextureReceivingCallback, string modelFilename=null, GameObject wrapperGameObject=null, AssetLoaderOptions assetLoaderOptions=null, object customData=null)TriLibCore.Samples.SimpleCustomAssetLoaderstatic