Click or drag to resize

VehicleWheelSteering Property

The steering angle for the wheel. Setting this to a non-zero value will result in the vehicle turning when it's moving.

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

Property Value

Type: Single
See Also