Click or drag to resize

VehicleWheelSetEngineForce Method

Note: This API is now obsolete.

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

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

Parameters

engineForce
Type: SystemSingle

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

See Also