Delegate AiFileTellProc
Callback delegate for a custom file system, to tell offset/size information about the file.
Namespace: SharpAssimp.Unmanaged
Assembly: SharpAssimp.dll
Syntax
public delegate nuint AiFileTellProc(nint file)
Parameters
Type | Name | Description |
---|---|---|
nint | file | Pointer to an AiFile instance. |
Returns
Type | Description |
---|---|
nuint | Returns the current file cursor or the file size in bytes. May be -1 if an error has occured. |