Solid.AddSphere

void AddSphere(float diameter, float kilograms, Nullable`1 offset)

This adds a sphere to this solid’s physical shape! This is in addition to any other shapes you’ve added to this solid.

   
float diameter Twice the radius of the sphere! The total size, in meters!
float kilograms How many kilograms does this shape weigh?
Nullable`1 offset Offset to this shape from the center of the solid.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!