Skip to content

API > WheelFrictionCurve


WheelFrictionCurve⚓︎

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

Members⚓︎

Properties⚓︎

Name Description
WheelFrictionCurve.asymptoteSlipProperty Asymptote point slip (default 2).
WheelFrictionCurve.asymptoteValueProperty Force at the asymptote slip (default 10000).
WheelFrictionCurve.extremumSlipProperty Extremum point slip (default 1).
WheelFrictionCurve.extremumValueProperty Force at the extremum slip (default 20000).
WheelFrictionCurve.stiffnessProperty Multiplier for the extremumValue and asymptoteValue values (default 1).

Example⚓︎

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