# None

> The object is not a Prefab nor an instance of a Prefab.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor](/engine/6000.5/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

> **Warning:**
>
> **Deprecated.** PrefabType no longer tells everything about Prefab instance.

```csharp
None = 0
```

### Remarks

Additional Resources: [PrefabUtility.GetPrefabType](/engine/6000.5/script-reference/unityeditor/prefabutility/getprefabtype.md).
