Click or drag to resize
DigitalRuneDampingLinearDamping Property
The linear damping coefficient.

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

Property Value

Type: Single
The linear damping. The default value is 0.02.
Remarks
The higher this constant is, the higher the damping force will be that damps linear movement.
See Also