# Sandbox.Gizmo.GizmoControls.Sphere

```csharp
bool Sphere(string name, float radius, out float outRadius, Color color)
```

A scalable sphere gizmo. Returns true if the gizmo was interacted with and outValue will return the new radius.

### Parameters

- `name` (`string`)
- `radius` (`float`)
- `out outRadius` (`float`)
- `color` (`Color`)

### Returns

`bool`

Declared in [Sandbox.Gizmo.GizmoControls](/api/Sandbox.Gizmo.GizmoControls).
Assembly: `Sandbox.Engine`.
