# Sandbox.Gizmo.SceneSettings.GizmoDepthTest

```csharp
bool GizmoDepthTest { get; set; }
```

When enabled, component gizmo handles are depth tested against scene geometry.
When disabled, they render on top of everything.

Declared in [Sandbox.Gizmo.SceneSettings](/api/Sandbox.Gizmo.SceneSettings).
Assembly: `Sandbox.Engine`.
