Struct WheelFrictionCurve
Assembly: UnityEngine.dll
Syntax
public struct WheelFrictionCurve
Properties
|
Improve this Doc
View Source
asymptoteSlip
Declaration
public float asymptoteSlip { get; set; }
Property Value
|
Improve this Doc
View Source
asymptoteValue
Declaration
public float asymptoteValue { get; set; }
Property Value
|
Improve this Doc
View Source
extremumSlip
Declaration
public float extremumSlip { get; set; }
Property Value
|
Improve this Doc
View Source
extremumValue
Declaration
public float extremumValue { get; set; }
Property Value
|
Improve this Doc
View Source
stiffness
Declaration
public float stiffness { get; set; }
Property Value
Extension Methods