Click or drag to resize
DigitalRuneWheelRollReduction Property
Gets or sets the roll reduction.

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 RollReduction { get; set; }

Property Value

Type: Single
The roll reduction.
Remarks
This value is usually in the range [0, 1]. Values greater than 0 stop the car from rolling in tight curves.
See Also