# fadeout

> Fade out mip levels to gray color.

## Definition

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

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

### Remarks

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