Click or drag to resize

VehicleWheelSetFrictionSlip Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.VehicleWheel.SetFrictionSlip(System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetFrictionSlip is deprecated. Use the WheelFrictionSlip property instead.")]
public void SetFrictionSlip(
	float length
)

Parameters

length
Type: SystemSingle

[Missing <param name="length"/> documentation for "M:Godot.VehicleWheel.SetFrictionSlip(System.Single)"]

See Also