Table of Contents

Enum NarrowPhase<TCallbacks>.ConstraintGeneratorType

Namespace
BepuPhysics.CollisionDetection
Assembly
BepuPhysics.dll
public enum NarrowPhase<TCallbacks>.ConstraintGeneratorType

Fields

Continuous = 1

Pair which samples a swept location for contacts and needs to be rewound to compute proper speculative depths in a post process.

Discrete = 0

Pair which will directly produce constraints.