Delegate AiFileFlushProc
Callback delegate for a custom file system, to flush the contents of the file to the disk.
Namespace: SharpAssimp.Unmanaged
Assembly: SharpAssimp.dll
Syntax
public delegate void AiFileFlushProc(nint file)
Parameters
Type | Name | Description |
---|---|---|
nint | file | Pointer to an AiFile instance. |