Click or drag to resize
DigitalRuneMotionSettingsCcdEnabled Property
Gets or sets a value indicating whether Continuous Collision Detection (CCD) is enabled.

Namespace: DigitalRune.Physics.Settings
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public bool CcdEnabled { get; set; }

Property Value

Type: Boolean
if CCD is enabled; otherwise, . The default is .
Remarks

By setting this property to the Continuous Collision Detection can be globally disabled in a physics simulation.

CCD can also be enabled/disabled per rigid body (see RigidBody.CcdEnabled); or for pairs of rigid bodies by using the CcdFilter predicate.

See Also