Discrete collision detection - standard discrete update. Fast but can tunnel through thin geometry at high velocities.
Continuous collision detection via linear cast. Prevents fast-moving objects from tunneling through thin geometry by casting shapes along their velocity vectors. More expensive than DISCRETE.
motion quality options for collision detection