# Sandbox.SceneExtensions.ShouldShowInHierarchy

```csharp
static bool ShouldShowInHierarchy(GameObject target)
```

Return true if this object should be shown in the GameObject list

### Parameters

- `target` (`GameObject`)

### Returns

`bool`

Declared in [Sandbox.SceneExtensions](/api/Sandbox.SceneExtensions).
Assembly: `Sandbox.Tools`.
