Struct WheelHit
Assembly: UnityEngine.dll
Syntax
Properties
|
Improve this Doc
View Source
collider
Declaration
public Collider collider { get; set; }
Property Value
|
Improve this Doc
View Source
force
Declaration
public float force { get; set; }
Property Value
|
Improve this Doc
View Source
forwardDir
Declaration
public Vector3 forwardDir { get; set; }
Property Value
|
Improve this Doc
View Source
forwardSlip
Declaration
public float forwardSlip { get; set; }
Property Value
|
Improve this Doc
View Source
normal
Declaration
public Vector3 normal { get; set; }
Property Value
|
Improve this Doc
View Source
point
Declaration
public Vector3 point { get; set; }
Property Value
|
Improve this Doc
View Source
sidewaysDir
Declaration
public Vector3 sidewaysDir { get; set; }
Property Value
|
Improve this Doc
View Source
sidewaysSlip
Declaration
public float sidewaysSlip { get; set; }
Property Value
Extension Methods