Table of Contents

Method b3Body_EnableHitEvents

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

b3Body_EnableHitEvents(b3BodyId, NativeBool)

Enable/disable hit events on all shapes

public static extern void b3Body_EnableHitEvents(b3BodyId bodyId, NativeBool flag)

Parameters

bodyId b3BodyId

See the Box3D documentation.

flag NativeBool

See the Box3D documentation.

Remarks

See b3ShapeDef::enableHitEvents @see b3ShapeDef::enableHitEvents