Struct AiFileIO
Contains callbacks to implement a custom file system to open and close files.
Inherited Members
Namespace: SharpAssimp.Unmanaged
Assembly: SharpAssimp.dll
Syntax
public struct AiFileIO
Fields
| Edit this page View SourceCloseProc
Function pointer used to close an existing file.
Declaration
public nint CloseProc
Field Value
Type | Description |
---|---|
nint |
OpenProc
Function pointer to open a new file.
Declaration
public nint OpenProc
Field Value
Type | Description |
---|---|
nint |
UserData
Char*, user defined opaque data.
Declaration
public nint UserData
Field Value
Type | Description |
---|---|
nint |