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