# Sandbox.GameObject.GetNextSibling

```csharp
GameObject GetNextSibling(bool enabledOnly)
```

Get the GameObject after us,

### Parameters

- `enabledOnly` (`bool`)

### Returns

`GameObject`

Declared in [Sandbox.GameObject](/api/Sandbox.GameObject).
Assembly: `Sandbox.Engine`.
