Delegate AiLogStreamCallback
Callback delegate for Assimp's LogStream.
Namespace: SharpAssimp.Unmanaged
Assembly: SharpAssimp.dll
Syntax
public delegate void AiLogStreamCallback(string msg, nint userData)
Parameters
| Type | Name | Description |
|---|---|---|
| string | msg | Log message |
| nint | userData | char* pointer to user data that is passed to the callback |