Function VehicleBody.steering
The steering angle for the vehicle. Setting this to a non-zero value will result in the vehicle turning when it's moving. Wheels that have VehicleWheel
set to true
will automatically be rotated.
double steering() nothrow @property @nogc;
void steering
(
double v
) nothrow @property @nogc;