# Sandbox.Gizmo.GizmoDraw.SolidSphere

```csharp
void SolidSphere(Vector3 center, float radius, int hSegments = 8, int vSegments = 8)
```

Draw a solid sphere shape

### Parameters

- `center` (`Vector3`)
- `radius` (`float`)
- `hSegments` (`int`), default `8`
- `vSegments` (`int`), default `8`

Declared in [Sandbox.Gizmo.GizmoDraw](/api/Sandbox.Gizmo.GizmoDraw).
Assembly: `Sandbox.Engine`.
