Delegate AiFileCloseProc
Callback delegate for a custom file system, to close a given file and free its memory.
Namespace: SharpAssimp.Unmanaged
Assembly: SharpAssimp.dll
Syntax
public delegate void AiFileCloseProc(nint fileIO, nint file)
Parameters
Type | Name | Description |
---|---|---|
nint | fileIO | Pointer to an AiFileIO instance. |
nint | file | Pointer to an AiFile instance that will be closed. |