VehicleWheel.useAsTraction

If true, this wheel transfers engine force to the ground to propel the vehicle forward. This value is used in conjunction with VehicleBody.engineForce and ignored if you are using the per-wheel engineForce value instead.

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

Meta