# Sandbox.Gizmo.GizmoControls.RotateSingle

```csharp
bool RotateSingle(string name, Color color, out float angleDelta, float size = 19, bool useHalfCircle = True)
```

A single rotation axis

### Parameters

- `name` (`string`)
- `color` (`Color`)
- `out angleDelta` (`float`)
- `size` (`float`), default `19`
- `useHalfCircle` (`bool`), default `True`

### Returns

`bool`

Declared in [Sandbox.Gizmo.GizmoControls](/api/Sandbox.Gizmo.GizmoControls).
Assembly: `Sandbox.Engine`.
