 |
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.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic Func<string, Stream?>? ResolveResourceFunc { get; set; }Property Value
FuncString,
Stream
See Also