Property EnableContactRecycling
- Namespace
- Box3D
- Assembly
- Box3D.NET.dll
EnableContactRecycling
Gets a value indicating whether contact recycling is enabled.
public bool EnableContactRecycling { get; init; }Property Value
Remarks
Recycling reuses contact manifolds across small movements and is a performance win, but it can produce ghost collisions. Turn it off for characters, where a snagged step is more noticeable than the cost.