Table of Contents

Method b3SetAssertFcn

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

b3SetAssertFcn(delegate* unmanaged[Cdecl]<byte*, byte*, int, int>)

Overrides the assertion callback.

public static extern void b3SetAssertFcn(delegate* unmanaged[Cdecl]<byte*, byte*, int, int> assertFcn)

Parameters

assertFcn delegate* unmanaged[Cdecl]<byte*, byte*, int, int>

A non-null callback with signature int (byte* condition, byte* fileName, int lineNumber). Returning zero skips the debugger break.