Show / Hide Table of Contents

Struct WheelFrictionCurve

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct WheelFrictionCurve

Properties

| Improve this Doc View Source

asymptoteSlip

Declaration
public float asymptoteSlip { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

asymptoteValue

Declaration
public float asymptoteValue { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

extremumSlip

Declaration
public float extremumSlip { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

extremumValue

Declaration
public float extremumValue { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

stiffness

Declaration
public float stiffness { get; set; }
Property Value
Type Description
Single

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX