Enum CollisionTaskPairType
- Namespace
- BepuPhysics.CollisionDetection
- Assembly
- BepuPhysics.dll
Describes the data requirements for a collision pair type in a CollisionBatcher<TCallbacks>.
public enum CollisionTaskPairType
Fields
BoundsTestedPair = 4
Pair that requires computing local bounding boxes, and so requires extra information like velocity.
FliplessPair = 1
Pair specialized for convex pairs between two shapes of the same type.
SphereIncludingPair = 3
Pair specialized for convex pairs that involve one sphere which requires no orientation.
SpherePair = 2
Pair specialized for two spheres, requiring no flip mask or orientations.
StandardPair = 0
General pair for two shapes with full pose and flip mask, but no bounds related data.