| WheelRollingFrictionForce Property |
Gets or sets the rolling friction force.
Namespace: DigitalRune.Physics.SpecializedAssembly: DigitalRune.Physics.Specialized (in DigitalRune.Physics.Specialized.dll) Version: 1.10.0.0 (1.10.0.0)
Syntax public float RollingFrictionForce { get; set; }
Public Property RollingFrictionForce As Single
Get
Set
public:
property float RollingFrictionForce {
float get ();
void set (float value);
}
member RollingFrictionForce : float32 with get, set
Property Value
Type:
SingleThe rolling friction force.
Remarks
If this value is 0, the car does not stop rolling when the motor is turned off.
See Also