Click or drag to resize

VehicleWheelSuspensionMaxForce Property

The maximum force the spring can resist. This value should be higher than a quarter of the Mass of the VehicleBody or the spring will not carry the weight of the vehicle. Good results are often obtained by a value that is about 3× to 4× this number.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float SuspensionMaxForce { get; set; }

Property Value

Type: Single
See Also