WheelCollider.radius

var radius : float

Description

The radius of the wheel, measured in local space.

The radius will be scaled by the transform's scale.

JavaScript
collider.radius = 0.5;