| WheelRollReduction Property |
Gets or sets the roll reduction.
Namespace: DigitalRune.Physics.SpecializedAssembly: DigitalRune.Physics.Specialized (in DigitalRune.Physics.Specialized.dll) Version: 1.10.0.0 (1.10.0.0)
Syntax public float RollReduction { get; set; }
Public Property RollReduction As Single
Get
Set
public:
property float RollReduction {
float get ();
void set (float value);
}
member RollReduction : float32 with get, set
Property Value
Type:
SingleThe 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