Click or drag to resize

VehicleWheelSetRollInfluence Method

Note: This API is now obsolete.

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

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

Parameters

rollInfluence
Type: SystemSingle

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

See Also