Click or drag to resize

VehicleWheelSetSteering Method

Note: This API is now obsolete.

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

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

Parameters

steering
Type: SystemSingle

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

See Also