Table of Contents

Struct b3SensorEndTouchEvent

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

Raised when a shape stops overlapping a sensor. Mirror of b3SensorEndTouchEvent.

public struct b3SensorEndTouchEvent

Inherited Members

Remarks

Also raised when either shape is destroyed or its transform or filter changes, so both ids may already be invalid. Check with b3Shape_IsValid.

Fields

sensorShapeId

The sensor shape. May have been destroyed.

visitorShapeId

The shape that stopped touching the sensor. May have been destroyed.