# fadeout

> Fade out mip levels to gray color.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public bool fadeout { get; set; }
```

### Remarks

Additional Resources: [TextureImporter.mipmapEnabled](/engine/6000.0/script-reference/unityeditor/textureimporter/mipmapenabled.md).
