Table of Contents

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

createStreamForPath Func<string, Stream>

Methods

Dispose(bool)

protected override void Dispose(bool disposing)

Parameters

disposing bool

OnLoadTexture(string, out string?)

protected override TextureModel? OnLoadTexture(string texturePath, out string? actualPath)

Parameters

texturePath string
actualPath string

Returns

TextureModel