# Sandbox.GameObject.Active

```csharp
bool Active { get; set; }
```

Is this gameobject active. For it to be active, it needs to be enabled, all of its ancestors
need to be enabled, and it needs to be in a scene.

Declared in [Sandbox.GameObject](/api/Sandbox.GameObject).
Assembly: `Sandbox.Engine`.
