VehicleWheel.steering

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

  1. double steering [@property getter]
    struct VehicleWheel
    @nogc nothrow @property
    double
    steering
    ()
  2. double steering [@property setter]

Meta