# Sandbox.GameObject.IsRoot

```csharp
bool IsRoot { get; set; }
```

Returns true of this is a root object. Root objects are parented to the scene.

Declared in [Sandbox.GameObject](/api/Sandbox.GameObject).
Assembly: `Sandbox.Engine`.
