Skip to main content

WheelFrictionCurve

WheelFrictionCurve is used by the WheelCollider to describe friction properties of the wheel tire.

Members

Properties

NameDescription
WheelFrictionCurve.asymptoteSlipAsymptote point slip (default 2).
WheelFrictionCurve.asymptoteValueForce at the asymptote slip (default 10000).
WheelFrictionCurve.extremumSlipExtremum point slip (default 1).
WheelFrictionCurve.extremumValueForce at the extremum slip (default 20000).
WheelFrictionCurve.stiffnessMultiplier for the extremumValue and asymptoteValue values (default 1).

Example

[Check out Unity Docs for more Info](https://docs.unity3d.com/ScriptReference/WheelFrictionCurve.html)