SphereCollider.radius

var radius : float

Description

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

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

JavaScript
collider.radius = 10;