Click or drag to resize

VehicleWheelSetBrake Method

Note: This API is now obsolete.

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

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

Parameters

brake
Type: SystemSingle

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

See Also