# ClearRequestedMipmapLevel()

> Resets the requestedMipmapLevel field.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine](/engine/6000.6/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public void ClearRequestedMipmapLevel()
```

### Remarks

Resetting the requestedMipmapLevel allows the mipmap streaming system to start choosing which mipmap should be loaded based on the position of cameras.
