# Sandbox.Gizmo.GizmoDraw.LineSphere

## Overload 1

```csharp
void LineSphere(in Vector3 point, in float radius, in int rings = 8)
```

Draw a sphere made out of lines

### Parameters

- `in point` (`Vector3`)
- `in radius` (`float`)
- `in rings` (`int`), default `8`

## Overload 2

```csharp
void LineSphere(in Sphere sphere, int rings = 8)
```

Draw a sphere made out of lines

### Parameters

- `in sphere` (`Sphere`)
- `rings` (`int`), default `8`

Declared in [Sandbox.Gizmo.GizmoDraw](/api/Sandbox.Gizmo.GizmoDraw).
Assembly: `Sandbox.Engine`.
