CapsuleCollider.radius

var radius : float

Description

The radius of the sphere, measured in the object's local space.

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

JavaScript
collider.radius = 1;