Function VehicleWheel.useAsSteering

If true, this wheel will be turned when the car steers. This value is used in conjunction with VehicleBody.steering and ignored if you are using the per-wheel steering value instead.

bool useAsSteering() nothrow @property @nogc;

void useAsSteering (
  bool v
) nothrow @property @nogc;