Table of Contents

Method b3Shape_EnableContactEvents

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

b3Shape_EnableContactEvents(b3ShapeId, NativeBool)

Enable contact events for this shape. Only applies to kinematic and dynamic bodies. Ignored for sensors.

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

Parameters

shapeId b3ShapeId

See the Box3D documentation.

flag NativeBool

See the Box3D documentation.

Remarks

See b3ShapeDef::enableContactEvents @see b3ShapeDef::enableContactEvents