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.

  1. bool useAsSteering [@property getter]
    struct VehicleWheel
    @nogc nothrow @property
    bool
    useAsSteering
    ()
  2. bool useAsSteering [@property setter]

Meta