|
AssimpImporterResolveResourceFunc Property |
ResolveResourceFunc sets a Func that takes a string (resource name) and returns a Stream.
This can be used to read additional resources (materials and textures).
The returned stream is automatically closed after it is used.
Namespace: Ab4d.SharpEngine.AssimpAssembly: Ab4d.SharpEngine.Assimp (in Ab4d.SharpEngine.Assimp.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax public Func<string, Stream?>? ResolveResourceFunc { get; set; }
Property Value
FuncString,
StreamSee Also