WheelFrictionCurve
WheelFrictionCurve is used by the WheelCollider to describe friction properties of the wheel tire.
Members
Properties
Name | Description |
---|---|
WheelFrictionCurve .asymptoteSlip | Asymptote point slip (default 2). |
WheelFrictionCurve .asymptoteValue | Force at the asymptote slip (default 10000). |
WheelFrictionCurve .extremumSlip | Extremum point slip (default 1). |
WheelFrictionCurve .extremumValue | Force at the extremum slip (default 20000). |
WheelFrictionCurve .stiffness | Multiplier for the extremumValue and asymptoteValue values (default 1). |
Example
[Check out Unity Docs for more Info](https://docs.unity3d.com/ScriptReference/WheelFrictionCurve.html)