Method b3Shape_EnableSensorEvents
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Shape_EnableSensorEvents(b3ShapeId, NativeBool)
Enable sensor events for this shape. Only applies to kinematic and dynamic bodies. Ignored for sensors.
public static extern void b3Shape_EnableSensorEvents(b3ShapeId shapeId, NativeBool flag)Parameters
shapeIdb3ShapeId-
See the Box3D documentation.
flagNativeBool-
See the Box3D documentation.
Remarks
See b3ShapeDef::isSensor @see b3ShapeDef::isSensor