Click or drag to resize

VehicleTypeWheelDifferentialLimitedSlipRatio Property

Ratio max / min wheel speed. When this ratio is exceeded, all torque gets distributed to the slowest moving wheel. This allows implementing a limited slip differential. Set to FLT_MAX (3.402823466e+38F) for an open differential. Value should be > 1.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Reference<double> DifferentialLimitedSlipRatio { get; set; }

Property Value

ReferenceDouble
See Also