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

Meta