Click or drag to resize
DigitalRuneWheelRollingFrictionForce Property
Gets or sets the rolling friction force.

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

Property Value

Type: Single
The rolling friction force.
Remarks
If this value is 0, the car does not stop rolling when the motor is turned off.
See Also