Struct AiFile
Contains callbacks to read and write to a file opened by a custom file system.
Inherited Members
Namespace: SharpAssimp.Unmanaged
Assembly: SharpAssimp.dll
Syntax
public struct AiFile
Fields
| Edit this page View SourceFileSizeProc
Function pointer to retrieve the size of the file.
Declaration
public nint FileSizeProc
Field Value
Type | Description |
---|---|
nint |
FlushProc
Function pointer to flush the file contents.
Declaration
public nint FlushProc
Field Value
Type | Description |
---|---|
nint |
ReadProc
Function pointer to read from a file.
Declaration
public nint ReadProc
Field Value
Type | Description |
---|---|
nint |
SeekProc
Function pointer to set the current position of the file cursor.
Declaration
public nint SeekProc
Field Value
Type | Description |
---|---|
nint |
TellProc
Function pointer to retrieve the current position of the file cursor.
Declaration
public nint TellProc
Field Value
Type | Description |
---|---|
nint |
UserData
Char*, user defined opaque data.
Declaration
public nint UserData
Field Value
Type | Description |
---|---|
nint |
WriteProc
Function pointer to write to a file.
Declaration
public nint WriteProc
Field Value
Type | Description |
---|---|
nint |