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
bodyIdb3BodyId-
See the Box3D documentation.
flagNativeBool-
See the Box3D documentation.
Remarks
See b3ShapeDef::enableHitEvents @see b3ShapeDef::enableHitEvents