Struct ContactEndEvent
- Namespace
- Box3D
- Assembly
- Box3D.NET.dll
Two shapes stopped touching.
public readonly record struct ContactEndEvent : IEquatable<ContactEndEvent>Implements
Inherited Members
Remarks
Also raised when a contact is destroyed for another reason, such as a shape being removed or a filter changing, so either shape may already be gone. Check Box3D.Shape.IsValid before using them.