Table of Contents

Method b3Shape_EnablePreSolveEvents

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

b3Shape_EnablePreSolveEvents(b3ShapeId, NativeBool)

Enable pre-solve contact events for this shape. Only applies to dynamic bodies. These are expensive and must be carefully handled due to multithreading. Ignored for sensors.

public static extern void b3Shape_EnablePreSolveEvents(b3ShapeId shapeId, NativeBool flag)

Parameters

shapeId b3ShapeId

See the Box3D documentation.

flag NativeBool

See the Box3D documentation.

Remarks

See b3PreSolveFcn @see b3PreSolveFcn