Struct AiLogStream
Represents a log stream, which receives all log messages and streams them somewhere.
Inherited Members
Namespace: SharpAssimp.Unmanaged
Assembly: SharpAssimp.dll
Syntax
public struct AiLogStream
Fields
| Edit this page View SourceCallback
Function pointer that gets called when a message is to be logged.
Declaration
public nint Callback
Field Value
Type | Description |
---|---|
nint |
UserData
char*, user defined opaque data.
Declaration
public nint UserData
Field Value
Type | Description |
---|---|
nint |