# cubemapConvolutionExponent

> Defines how fast Phong exponent wears off in mipmaps. Higher value will apply less blur to high resolution mipmaps.

## Definition

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

> **Warning:**
>
> **Deprecated.** Not used anymore. The right values are automatically picked by the importer.

```csharp
public float cubemapConvolutionExponent { get; set; }
```

### Remarks

Additional Resources: [TextureImporterCubemapConvolution.Specular](/engine/6000.0/script-reference/unityeditor/textureimportercubemapconvolution/specular.md)
