# Sandbox.GameObject.Root

```csharp
GameObject Root { get; set; }
```

Return the root GameObject. The root is the object that is parented to the scene - which could very much be this object.

Declared in [Sandbox.GameObject](/api/Sandbox.GameObject).
Assembly: `Sandbox.Engine`.
