Table of Contents

Method b3SetLogFcn

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3SetLogFcn(delegate* unmanaged[Cdecl]<byte*, void>)

Overrides the logging callback, which Box3D uses to report warnings.

public static extern void b3SetLogFcn(delegate* unmanaged[Cdecl]<byte*, void> logFcn)

Parameters

logFcn delegate* unmanaged[Cdecl]<byte*, void>

A callback with signature void (byte* message).