How to change radius of sphere shapes in PhysicsServer?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By toblin

A SphereShape can be created in the PhysicsServer by
var myshape_RID = PhysicsServer.shape_create(2),
where the 2 refers to a ShapeType.

After creating the shape, how do you change its radius?