 |
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: 4.0.9584+1b7ee6bb29044dc79cb258fb9be4150ffbca20f3
Syntaxpublic Func<string, Stream?>? ResolveResourceFunc { get; set; }Property Value
FuncString,
Stream
See Also