Click or drag to resize

VehicleWheelUseAsTraction Property

If true, this wheel transfers engine force to the ground to propel the vehicle forward. This value is used in conjunction with EngineForce and ignored if you are using the per-wheel EngineForce value instead.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool UseAsTraction { get; set; }

Property Value

Type: Boolean
See Also