# SphereGeometry

> Contains the basic geometric shape of a sphere.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEngine.LowLevelPhysics](/engine/6000.6/script-reference/unityengine/lowlevelphysics.md)
* **Assembly:** UnityEngine.PhysicsModule
* **Implements:** [IGeometry](/engine/6000.6/script-reference/unityengine/lowlevelphysics/igeometry.md)

```csharp
public struct SphereGeometry : IGeometry
```

## Constructors

| Constructor                                                                                                         | Description                                        |
| ------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- |
| [SphereGeometry(System.Single)](/engine/6000.6/script-reference/unityengine/lowlevelphysics/spheregeometry/ctor.md) | Create a sphere shape with the provided parameter. |

## Properties

| Property                                                                                                   | Description                                                       |
| ---------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- |
| [GeometryType](/engine/6000.6/script-reference/unityengine/lowlevelphysics/spheregeometry/geometrytype.md) | Returns the geometry type of this shape, which is SphereGeometry. |
| [Radius](/engine/6000.6/script-reference/unityengine/lowlevelphysics/spheregeometry/radius.md)             | The radius of the sphere shape.                                   |
