Click or drag to resize
DigitalRuneConstraintSettingsAllowedPenetration Property
Gets or sets the allowed penetration of ContactConstraints.

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

Property Value

Type: Single
The maximal allowed penetration. The default is 0.01.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is negative.
See Also