Delegate AiFileSeek
Callback delegate for a custom file system, to set the current position of the file cursor.
Namespace: SharpAssimp.Unmanaged
Assembly: SharpAssimp.dll
Syntax
public delegate ReturnCode AiFileSeek(nint file, nuint offset, Origin seekOrigin)
Parameters
Type | Name | Description |
---|---|---|
nint | file | Pointer to An AiFile instance. |
nuint | offset | Offset from the origin. |
Origin | seekOrigin | Position used as a reference |
Returns
Type | Description |
---|---|
ReturnCode | Returns success, if successful |