# Sandbox.GameObject.IsPrefabInstanceRoot

```csharp
bool IsPrefabInstanceRoot { get; set; }
```

This GameObject is the root of a prefab instance.
Returns true for regular instance roots and nested prefab instance roots.

Declared in [Sandbox.GameObject](/api/Sandbox.GameObject).
Assembly: `Sandbox.Engine`.
