| DampingLinearDamping Property |
The linear damping coefficient.
Namespace: DigitalRune.Physics.ForceEffectsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public float LinearDamping { get; set; }
Public Property LinearDamping As Single
Get
Set
public:
property float LinearDamping {
float get ();
void set (float value);
}
member LinearDamping : float32 with get, set
Property Value
Type:
SingleThe 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