Table of Contents

Struct SensorEndEvent

Namespace
Box3D
Assembly
Box3D.NET.dll

A shape stopped overlapping a sensor.

public readonly record struct SensorEndEvent : IEquatable<SensorEndEvent>

Implements

Inherited Members

Remarks

Either shape may already have been destroyed; check Box3D.Shape.IsValid.

Properties

Sensor

Gets the sensor shape, which may have been destroyed.

Visitor

Gets the shape that left the sensor, which may have been destroyed.