Interface ISweepFilter
- Namespace
- BepuPhysics.CollisionDetection
- Assembly
- BepuPhysics.dll
public interface ISweepFilter
Methods
AllowTest(int, int)
Checks whether a swept test should be performed for children of swept shapes.
bool AllowTest(int childA, int childB)
Parameters
childAintIndex of the child belonging to collidable A.
childBintIndex of the child belonging to collidable B.
Returns
- bool
True if testing should proceed, false otherwise.