Table of Contents

Field isSensor

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

isSensor

Whether this shape is a sensor, generating overlap events but no collision response.

public NativeBool isSensor

Field Value

NativeBool

Remarks

Sensors have no continuous collision; use a ray or shape cast for that. A sensor still contributes to body mass if its density is non-zero. Sensor events are off by default even for sensors.