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]
  2. bool useAsSteering [@property setter]
    struct VehicleWheel
    @nogc nothrow @property
    void
    useAsSteering
    (
    bool v
    )

Meta