Class ImporterWithPathToStreamTransform
- Namespace
- HelixToolkit.SharpDX.Assimp
- Assembly
- HelixToolkit.SharpDX.Assimp.dll
public sealed class ImporterWithPathToStreamTransform : Importer, IDisposable
- Inheritance
-
ImporterWithPathToStreamTransform
- Implements
- Inherited Members
Constructors
ImporterWithPathToStreamTransform(Func<string, Stream?>?)
public ImporterWithPathToStreamTransform(Func<string, Stream?>? createStreamForPath = null)
Parameters
Methods
Dispose(bool)
protected override void Dispose(bool disposing)
Parameters
disposingbool
OnLoadTexture(string, out string?)
protected override TextureModel? OnLoadTexture(string texturePath, out string? actualPath)